Files
metabuilder/packages/schema_editor/seed/styles.json
T
2025-12-31 00:17:06 +00:00

12 lines
286 B
JSON

[
{
"id": "schema_editor_base",
"type": "component",
"category": "package",
"className": "schema_editor",
"description": "Base styles for Schema Editor package",
"priority": 100,
"css": ".schema_editor {\n /* Add package-specific styles here */\n}"
}
]