You are here

development.tools.varbase.bit.yml in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 8.5

configbit/development.tools.varbase.bit.yml

File

configbit/development.tools.varbase.bit.yml
View source
  1. # ==============================================================================
  2. # List of development tools varbase, which they will be listed in the
  3. # Development tools form, when we install varbase.
  4. # ==============================================================================
  5. config_bit:
  6. type: list
  7. for: varbase.info.yml
  8. when:
  9. show_development_tools: true
  10. list:
  11. dependencies:
  12. varbase_development:
  13. title: "Install Development Tools"
  14. description: "Install the development tools if you're a developer and you're going to use Varbase to build a new project. This will install several modules that help you build your site, such as <a href=\"https://www.drupal.org/project/devel\" target=\"_blank\">Devel</a>, <a href=\"https://www.drupal.org/docs/8/core/modules/dblog/overview\" target=\"_blank\">Database Logging</a>, and UI modules such as View UI, Features UI, Libraries UI, and Configuration Update Reports.<br /><em>Make sure to uninstall this feature and its modules when you go in production mode</em>."
  15. selected: false
  16. config_form: true
  17. formbit: "src/FormBit/varbase_development.formbit.php"
  18. varbase_styleguide:
  19. title: "Varbase Style guide"
  20. description: "Install Varbase custom styling guide if you want to have a full look for Varbase components, Bootstrap elements, and view mode style for content types. This will install several modules that help you on themeing and styling your site, such as <a href=\"https://www.drupal.org/project/styleguide\" target=\"_blank\">Style Guide</a>."
  21. selected: false
  22. config_form: false