Install FlowDrop on Drupal
The canonical Drupal docs cover Composer install, enabling the module, and
permissions — the source of truth for setup.
What you get
Unlike the JS frameworks — where you mount the editor and bring your own backend — the Drupal module already serves node definitions, stores workflows as config entities, runs executions, and handles auth through standard Drupal permissions.No backend to wire up.Because the backend is built in, there’s no
endpointConfig to set up and no
“connect a backend” step. Enable the module and the editor is live.Next steps
Drupal server implementation
How the module maps to FlowDrop concepts, plus execution modes and triggers.
What is a workflow?
The mental model behind the editor.