Commit c668122b by sujata

chnage in culture heading

1 parent 5d84130c
...@@ -32,6 +32,11 @@ ...@@ -32,6 +32,11 @@
"type": "component", "type": "component",
"component": "inner-banner.inner-banner", "component": "inner-banner.inner-banner",
"repeatable": false "repeatable": false
},
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
} }
} }
} }
...@@ -1140,6 +1140,7 @@ export interface ApiCulturalSymbolCulturalSymbol ...@@ -1140,6 +1140,7 @@ export interface ApiCulturalSymbolCulturalSymbol
'aboutus.cultural-symbols-list', 'aboutus.cultural-symbols-list',
true true
>; >;
Heading: Schema.Attribute.Component<'heading.heading', false>;
locale: Schema.Attribute.String & Schema.Attribute.Private; locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation< localizations: Schema.Attribute.Relation<
'oneToMany', 'oneToMany',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!