You are here

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

configbit/extra.components.varbase.bit.yml

File

configbit/extra.components.varbase.bit.yml
View source
  1. # ==============================================================================
  2. # List of extra varbase components, which they will be listed in the
  3. # Extra components form, when we install varbase.
  4. # ==============================================================================
  5. config_bit:
  6. type: list
  7. for: varbase.info.yml
  8. when:
  9. show_extra_components: true
  10. list:
  11. dependencies:
  12. vmi:
  13. title: "View Modes Inventory"
  14. description: "The most common view modes you'll need for almost any site. This will provide you with a set of content <em>View Modes</em> for various teaser styles. All of which are mobile-first, media-aware, and ready for you to customize your site."
  15. selected: true
  16. config_form: false
  17. varbase_heroslider_media:
  18. title: "Media Hero Slider"
  19. description: "A rich hero slider that allows you to display video and/or image slides. It implements the universal \"Hero Slider\" to be used in your homepage. Built using <a href=\"https://www.drupal.org/project/slick\" target=\"_blank\">Slick Carousel</a>."
  20. selected: false
  21. config_form: false
  22. varbase_carousels:
  23. title: "Varbase Carousels"
  24. description: "Provides the necessary tools to build carousels in your website. You will be able to create carousels on the spot and place it anywhere in the site. Built using <a href=\"https://www.drupal.org/project/slick\" target=\"_blank\">Slick Carousel</a>."
  25. selected: false
  26. config_form: false
  27. varbase_search:
  28. title: "Varbase Search"
  29. description: "A suite of site search engine tools to help you build better search performance, customization, and search experience. Built using <a href=\"https://www.drupal.org/project/search_api\" target=\"_blank\">Search API</a>."
  30. selected: false
  31. config_form: false
  32. varbase_blog:
  33. title: "Varbase Blog"
  34. description: "Provides the necessary tools to build blogs in your website."
  35. selected: false
  36. config_form: false
  37. varbase_auth:
  38. title: "Varbase Social Single Sign-On"
  39. description: "Adds single sign-on using existing information from a social networking service such as Facebook, Twitter or Google+. Built using <a href=\"https://www.drupal.org/project/social_api\" target=\"_blank\">Social API</a>."
  40. selected: false
  41. config_form: true
  42. formbit: "src/FormBit/varbase_auth.formbit.php"