sivakarthik229 / dynamic_block
This module allows you to add the dynamic content block plugin
Package info
github.com/sivakarthik229/dynamic_block
Type:drupal-module
pkg:composer/sivakarthik229/dynamic_block
dev-master
2024-06-30 04:13 UTC
Requires
- drupal/core: ^10 || ^11
This package is auto-updated.
Last update: 2026-03-29 01:22:04 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/settingsyou 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/blockthen click on place the block. - Search for
Dynamic contentand 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.