File tree 1 file changed +0
-38
lines changed
ui/cap-react/src/components/cms/components/SchemaWizard/PropertyEditor
1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,6 @@ import Form from "../../../../drafts/form/GrommetForm";
6
6
import { PropTypes } from "prop-types" ;
7
7
import Button from "../../../../partials/Button" ;
8
8
9
- import Image1 from "./svg/AccordionField" ;
10
- import Image2 from "./svg/TabObjectField" ;
11
- import Image3 from "./svg/CenteredObjectField" ;
12
- import Image4 from "./svg/TwoColLayoutField" ;
13
- import Image5 from "./svg/TabTwoColLayoutField" ;
14
- import Image6 from "./svg/SidebatLayout" ;
15
- import Image7 from "./svg/SidebarTwoColLayout" ;
16
-
17
9
import { schemaSchema , uiSchema } from "../../utils/schemas" ;
18
10
import { Label , TextInput , FormField } from "grommet" ;
19
11
@@ -367,36 +359,6 @@ class CustomizeField extends React.Component {
367
359
</ Box >
368
360
) ) }
369
361
</ Box >
370
- < Box
371
- direction = "row"
372
- wrap = { true }
373
- align = "start"
374
- justify = "start"
375
- flex = { false }
376
- colorIndex = "light-1"
377
- >
378
- < Box flex = { false } margin = "small" >
379
- < Image1 />
380
- </ Box >
381
- < Box flex = { false } margin = "small" >
382
- < Image2 />
383
- </ Box >
384
- < Box flex = { false } margin = "small" >
385
- < Image3 />
386
- </ Box >
387
- < Box flex = { false } margin = "small" >
388
- < Image4 />
389
- </ Box >
390
- < Box flex = { false } margin = "small" >
391
- < Image5 />
392
- </ Box >
393
- < Box flex = { false } margin = "small" >
394
- < Image6 />
395
- </ Box >
396
- < Box flex = { false } margin = "small" >
397
- < Image7 />
398
- </ Box >
399
- </ Box >
400
362
</ Box >
401
363
< Box >
402
364
< Box
You can’t perform that action at this time.
0 commit comments