- Issue created by @D34dMan
- 🇩🇪Germany D34dMan Hamburg
FlowDrop Node Type Entity
The node type entity is a configuration entity that stores node type definitions with the following properties:
Core Properties
- id: Unique identifier for the node type
- label: Human-readable name for the node type
- description: Detailed description of the node type functionality
- enabled: Whether the node type is enabled/disabledVisual Properties
- category: Category for organizing node types (e.g., "processing", "input", "output")
- icon: Icon identifier for visual representation (e.g., "mdi:cog", "mdi:database")
- color: Color code for visual styling (e.g., "#007cba", "#ff6b6b")Configuration Properties
- version: Version string for the node type
- config: Configuration schema and default values
- tags: Array of tags for search and filtering
- executor_plugin: Plugin ID that handles node execution