Commit 06399497 by sujata

chnage in counter section

1 parent e64593c0
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"Batch": { "Batch": {
"type": "component", "type": "component",
"component": "home.batch", "component": "home.batch",
"repeatable": false "repeatable": true
} }
}, },
"config": {} "config": {}
......
...@@ -49,6 +49,7 @@ export interface AboutusCurriculumTable extends Struct.ComponentSchema { ...@@ -49,6 +49,7 @@ export interface AboutusCurriculumTable extends Struct.ComponentSchema {
attributes: { attributes: {
body_rows: Schema.Attribute.JSON; body_rows: Schema.Attribute.JSON;
header_rows: Schema.Attribute.JSON; header_rows: Schema.Attribute.JSON;
Heading: Schema.Attribute.Component<'heading.heading', false>;
}; };
} }
...@@ -631,7 +632,7 @@ export interface HomeFinalPlacements extends Struct.ComponentSchema { ...@@ -631,7 +632,7 @@ export interface HomeFinalPlacements extends Struct.ComponentSchema {
displayName: 'Final Placements'; displayName: 'Final Placements';
}; };
attributes: { attributes: {
Batch: Schema.Attribute.Component<'home.batch', false>; Batch: Schema.Attribute.Component<'home.batch', true>;
Counter: Schema.Attribute.Component<'home.counter', true>; Counter: Schema.Attribute.Component<'home.counter', true>;
Heading: Schema.Attribute.Component<'heading.heading', false>; Heading: Schema.Attribute.Component<'heading.heading', false>;
}; };
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!