Skip to content
Snippets Groups Projects

Issue #3390712: Add component variants to SDC

Compare and
12 files
+ 173
1
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -25,6 +25,24 @@
}
}
}
},
"variantDefinition": {
"type": "object",
"patternProperties": {
"^[a-zA-Z0-9_-]+$": {
"type": "object",
"properties": {
"title": {
"type": "string",
"title": "Title"
},
"description": {
"type": "string",
"title": "Description"
}
}
}
}
}
},
"type": "object",
@@ -144,6 +162,9 @@
"slots": {
"$ref": "metadata.schema.json#/$defs/slotDefinition"
},
"variants": {
"$ref": "metadata.schema.json#/$defs/variantDefinition"
},
"template": {
"type": "string",
"title": "Template",
Loading