123456789101112131415161718192021222324252627282930313233 |
- [
- {
- "name": "default",
- "json": "tools.json",
- "text": MWF.APPPOD.LP.modules.group_all,
- },
- {
- "name": "form",
- "json": "tools-form.json",
- "text": MWF.APPPOD.LP.modules.group_form,
- },
- {
- "name": "layout",
- "json": "tools-layout.json",
- "text": MWF.APPPOD.LP.modules.group_layout,
- },
- {
- "name": "data",
- "json": "tools-data.json",
- "text": MWF.APPPOD.LP.modules.group_data,
- },
- {
- "name": "function",
- "json": "tools-function.json",
- "text": MWF.APPPOD.LP.modules.group_function,
- },
- {
- "name": "element",
- "json": "tools-element.json",
- "text": MWF.APPPOD.LP.modules.group_element,
- "className": "Textfield"
- }
- ]
|