Blogs Demo content feature

Created on 7 October 2023, 9 months ago
Updated 23 June 2024, 6 days ago

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
✨ Feature request
Status

Fixed

Version

10.0

Component

Miscellaneous

Created by

πŸ‡§πŸ‡―Benin delacosta456

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @delacosta456
  • πŸ‡―πŸ‡΄Jordan Rajab Natshah Jordan

    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:

  • Status changed to Fixed 6 days ago
  • πŸ‡―πŸ‡΄Jordan Rajab Natshah Jordan

    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

  • Status changed to Fixed 6 days ago
  • πŸ‡―πŸ‡΄Jordan Rajab Natshah Jordan
Production build 0.69.0 2024