Problem/Motivation

Varbase blog when enable (mostly after first Vabase install) currently only provide a blog content type with it's configuration without any real example(except going to documentation or project page) of how blog could looks like and all it's possibility

Proposed resolution

If it's make sense i think it would be nice to have a blog's demo content feature that could be enable to import preset of content with configs needed for their display.

I think this could be extended or help thinks on also having this (demo-content) on Varbase Distro first install which take care of many interested functionalities with a demo content feature using them to help user quickly get in touch with what is available/possible.

Demo content with:

  • Most or Different types of layout(varbase layout builder)
  • Media hero slider
  • Module View Modes Inventory in action
  • Varbase carousel

Comments

delacosta456 created an issue. See original summary.

delacosta456’s picture

Issue summary: View changes
rajab natshah’s picture

One line of Composer and Drush commands

For Varbase site testing or demo purposes, execute these streamlined Composer and Drush commands.

NOT in production sites, only development, testing, and demo varbase sites.

composer require drupal/varbase_media_demo ; ./bin/drush en varbase_media_demo ; ./bin/drush en varbase_blog ; ./bin/drush en devel_generate ; ./bin/drush devel-generate:terms 20 --bundles=tags --min-depth=1 --max-depth=1 --kill -vvv ; ./bin/drush devel-generate:terms 3 --bundles=blog_categories --min-depth=1 --max-depth=1 --kill -vvv ; ./bin/drush devel-generate:content 50 --bundles=varbase_blog --skip-fields='field_blog_categories' --kill -vvv ; ./bin/drush sql:query "UPDATE node__body SET body_summary=''; UPDATE node_revision__body SET body_summary='';"

Packaging a full demo default contents in modules like:

rajab natshah’s picture

Status: Active » Fixed

If you're evaluating Varbase, installing demo content will help you get an idea of how Varbase works, and what features are included.

Installing demo content gives you a taste of what Varbase offers and its key features. It's a handy way to explore Varbase's functionality and see it in action.



NOTICE

Enable the Varbase Demo module only for testing or demo purposes

NOT in production sites, only development, testing, and demoing Varbase

rajab natshah’s picture

Status: Fixed » Closed (fixed)