Initial commit
This commit is contained in:
13
registry/schemas/LegalSection.schema.json
Normal file
13
registry/schemas/LegalSection.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"layout": "'page' | 'section'",
|
||||
"title": "string",
|
||||
"subtitle?": "string",
|
||||
"sections": "LegalContentSection[] - { heading: string; content: LegalContentItem[] } where LegalContentItem = { type: 'paragraph'; text: string } | { type: 'list'; items: string[] } | { type: 'numbered-list'; items: string[] }",
|
||||
"className?": "string",
|
||||
"titleClassName?": "string",
|
||||
"subtitleClassName?": "string",
|
||||
"sectionClassName?": "string",
|
||||
"headingClassName?": "string",
|
||||
"contentClassName?": "string",
|
||||
"listClassName?": "string"
|
||||
}
|
||||
Reference in New Issue
Block a user