-
% for id in components:
% endfor
-
Add New Component
-
% for type in sorted(component_templates.keys()):
- ${type} % endfor
Select ${type} component type:
-
% for name, location, has_markdown, is_empty in templates:
% if is_empty:
- ${name} Simple Editor % elif has_markdown:
- ${name} Simple Editor % else:
- 🔧 ${name} Advanced Editor % endif %endfor