Commit 06399497 by sujata

chnage in counter section

1 parent e64593c0
......@@ -18,7 +18,7 @@
"Batch": {
"type": "component",
"component": "home.batch",
"repeatable": false
"repeatable": true
}
},
"config": {}
......
......@@ -49,6 +49,7 @@ export interface AboutusCurriculumTable extends Struct.ComponentSchema {
attributes: {
body_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 {
displayName: 'Final Placements';
};
attributes: {
Batch: Schema.Attribute.Component<'home.batch', false>;
Batch: Schema.Attribute.Component<'home.batch', true>;
Counter: Schema.Attribute.Component<'home.counter', true>;
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!