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.
Â
Â
Â