mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
39fa8d21bb
This PR sets the stage for the node creator to handle sections within subcategories. No visible changes result from this PR; the next PR will define sections and assign nodes accordingly. Sections are configurable in `packages/editor-ui/src/components/Node/NodeCreator/viewsData.ts`: ``` { type: 'subcategory', key: FILES_SUBCATEGORY, category: CORE_NODES_CATEGORY, properties: { title: FILES_SUBCATEGORY, icon: 'file-alt', sections: [ { key: 'popular', title: i18n.baseText('nodeCreator.sectionNames.popular'), items: ['n8n-nodes-base.readBinaryFiles', 'n8n-nodes-base.compression'], }, ], }, }, ``` For example: <img width="302" alt="image" src="https://github.com/n8n-io/n8n/assets/8850410/74470c07-f4ea-4306-bd4a-8d33bd769b86"> --------- Co-authored-by: Michael Kret <michael.k@radency.com> |
||
---|---|---|
.. | ||
composables | ||
e2e | ||
fixtures | ||
pages | ||
support | ||
utils | ||
constants.ts | ||
tsconfig.json | ||
types.ts |