Commit c668122b by sujata

chnage in culture heading

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