Commit 208373a9 by sujata

client servicing section

1 parent 4046eec1
...@@ -28,11 +28,6 @@ ...@@ -28,11 +28,6 @@
"repeatable": true, "repeatable": true,
"component": "layout.functional-areas" "component": "layout.functional-areas"
}, },
"Industry": {
"type": "component",
"repeatable": true,
"component": "home.industry"
},
"seo": { "seo": {
"type": "component", "type": "component",
"repeatable": false, "repeatable": false,
......
...@@ -961,7 +961,6 @@ export interface ApiClientServicingClientServicing ...@@ -961,7 +961,6 @@ export interface ApiClientServicingClientServicing
'layout.functional-areas', 'layout.functional-areas',
true true
>; >;
Industry: Schema.Attribute.Component<'home.industry', true>;
seo: Schema.Attribute.Component<'shared.seo', false>; seo: Schema.Attribute.Component<'shared.seo', false>;
whatwedoheading: Schema.Attribute.Component<'layout.heading', false>; whatwedoheading: Schema.Attribute.Component<'layout.heading', false>;
whatwedo: Schema.Attribute.Component<'layout.whatwedo', true>; whatwedo: Schema.Attribute.Component<'layout.whatwedo', true>;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!