feat: #3611666 Switch faq:faq to the bundled varbase_faqs:faq submodule and convert install to a Drupal Recipe (9.2.x)

Closes #3611666.

Switch Varbase FAQ to its own bundled varbase_faqs:faq submodule instead of the contrib faq:faq project, and convert the default install from ModuleInstallerFactory to a Drupal Recipe (heroslider #3609140 / workflow #3608641 direction).

  • varbase_faqs.info.yml: empty dependencies, drop the install: list — the module has no deps and installs nothing itself.
  • recipes/default/recipe.yml: installs the full stack (bundled faq submodule, rabbit_hole, menu_ui, length_indicator, advanced_text_formatter, maxlength, varbase_layout_builder, vlplb), applies the faq.settings, grants the FAQ permissions per role.
  • varbase_faqs.install: hook_install() applies the default recipe (Recipe::createFromDirectory + RecipeRunner::processRecipe) then the entity-definition update safety pass; all ModuleInstallerFactory calls removed from install (historical includes/updates/*.inc untouched).
  • Remove the dead duplicate config/optional base config (node.type.faq + fields/storage/displays) — owned by the bundled faq submodule; keep the 3 Varbase-layering configs.

AI-Generated: Yes (Used Claude Code to convert install to a Drupal Recipe and switch to the bundled faq submodule)

Checkpoints

  • File an issue about this project
  • Addition/Change/Update/Fix to this project
  • Testing to ensure no regression
  • Automated unit/functional testing coverage
  • Developer Documentation support on feature change/addition
  • User Guide Documentation support on feature change/addition
  • UX/UI designer responsibilities
  • Accessibility and Readability
  • Reviewed by a human
  • Code review by maintainers
  • Full testing and approval
  • Credit contributors
  • Review with the product owner
  • Update Release Notes
  • Release
Edited by Rajab Natshah

Merge request reports

Loading