prussianblue-cms / project-template

Start here! This is the main repository of PrussianBlue. The code in this repo includes everything to get started with PrussianBlue
0 stars 0 forks source link

Write a Devel plugin to generate sample content #6

Closed noelrivasc closed 1 year ago

noelrivasc commented 1 year ago

A complete code sample already exists in the m3_page_builder module. In addition to adding a plugin for the devel module to generate the content, it creates a hook hook_m3_page_builder_get_demo_generators to allow other modules to expose their generators so they can be included in the same interface in Devel Generate.

Write documentation on running the generators and their variations. Ideally, provide a Drush command and maybe a DDEV command.

noelrivasc commented 1 year ago

Done!