1.2.2. Define Flowdrop Node Type Entity
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3538799. --> Reported by: [d34dman](https://www.drupal.org/user/751698) >>> <ul> <li>Create a <code>NodeType</code> config entity in <strong>flowdrop_node_type</strong> module.</li> <li>Fields to include: <ul> <li><code>id</code> (machine name)</li> <li><code>label</code> (display name)</li> <li><code>category</code> (taxonomy reference or simple string)</li> <li><code>processor_plugin</code> (links to node processor plugin ID)</li> <li><code>config_schema</code> (JSON schema for node configuration)</li> </ul> </li> <li>Ensure <code>NodeType</code> integrates with plugin discovery system to resolve processors dynamically.</li> </ul>
issue