Commit 02361881 by sujata

chnage

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