chore: Adapt sites to recent changes
This commit is contained in:
parent
147920daeb
commit
43ee0f1790
392 changed files with 1269 additions and 1190 deletions
|
@ -0,0 +1,14 @@
|
|||
import PctDegOption from 'shared/components/workbench/inputs/design-option-pct-deg'
|
||||
import CountOption from 'shared/components/workbench/inputs/design-option-count'
|
||||
import ListOption from 'shared/components/workbench/inputs/design-option-list'
|
||||
|
||||
export const Tmp = props => <p>not yet</p>
|
||||
|
||||
export const inputs = {
|
||||
pct: PctDegOption,
|
||||
count: CountOption,
|
||||
deg: props => (<PctDegOption {...props} type='deg' />),
|
||||
list: ListOption,
|
||||
mm: (<p>Mm options are not supported. Please report this.</p>),
|
||||
constant: Tmp,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue