sivakarthik229 / dynamic_block
This module allows you to add the dynamic content block plugin
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- drupal/core: ^10 || ^11
This package is auto-updated.
Last update: 2025-01-30 05:29:50 UTC
README
INTRODUCTION
- Displays the dynamic content block for the user.
INSTALLATION
- Consult Drupal Module to see how to install and manage modules in Drupal 8.
Composer
If you use Composer, you can install 'Dynamic Content Block' module using below command:
composer require sivakarthik229/dynamic_block
CONFIGURATION
- If you go to
/admin/config/dynamic-content-block/settings
you will see a fairly simple interface. - Select priority for dynamic content.
- Provide the nodes based on the priority selected.
- Click the "Save configuration" button and you are good to go.
Block Configuration
- If you go to
/admin/structure/block
then click on place the block. - Search for
Dynamic content
and select the respective region. - Click the "Save block" button.
- Arrange the block according to the required weight.
- Click the "Save blocks" and you are good to go.