Commit 61925aba by sujata

converstion section

1 parent 0ef69319
......@@ -6,7 +6,10 @@
},
"options": {},
"attributes": {
"codedata": {
"scriptcode": {
"type": "text"
},
"noscriptcode": {
"type": "text"
}
}
......
......@@ -292,7 +292,8 @@ export interface LayoutConversionCode extends Struct.ComponentSchema {
description: '';
};
attributes: {
codedata: Schema.Attribute.Text;
scriptcode: Schema.Attribute.Text;
noscriptcode: Schema.Attribute.Text;
};
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!