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

12 lines
294 B
JSON

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