Commit 02361881 by sujata

chnage

1 parent 75f24b32
......@@ -38,11 +38,6 @@
"repeatable": true,
"component": "layout.whatwedo"
},
"AreasofExpertise": {
"type": "component",
"repeatable": true,
"component": "layout.areas-expertise"
},
"FunctionalAreas": {
"type": "component",
"repeatable": true,
......
......@@ -1446,10 +1446,6 @@ export interface ApiHomeHome extends Struct.SingleTypeSchema {
KnowledgeTab: Schema.Attribute.Component<'home.knowlege-tab', true>;
People: Schema.Attribute.Component<'home.people', false>;
whatwedo: Schema.Attribute.Component<'layout.whatwedo', true>;
AreasofExpertise: Schema.Attribute.Component<
'layout.areas-expertise',
true
>;
FunctionalAreas: Schema.Attribute.Component<
'layout.functional-areas',
true
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!