DynamicDirectives

https://github.com/magesuite/dynamic-directives

This module contains a general logic for dynamic directives. Specific dynamic directives are implemented in other modules. f.e. in magesuite-content-constructor-frontend

 

Installation

This module is required by magesuite-content-constructor-frontend, which ia part of core package

 

Installation if metapackage is not used:

composer require "creativestyle/magesuite-dynamic-directives" ^1.0.0

Admin settings

There is no admin setting for this module.

Below is an example of custom dynamic directives used in a child project:

 

Backend

Backend documentation need to be added

Example of dynamic directive implementation : https://github.com/magesuite/content-constructor-frontend/tree/5.x/Model/Directive/Directives

Frontend

There are no frontend features in this module.