os2web / os2web_embedded_code
Embedded code block
Installs: 530
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Language:Twig
Type:drupal-module
Requires
- drupal/core: *
This package is auto-updated.
Last update: 2024-11-08 14:43:21 UTC
README
Module purpose
Module provides configuration of custom block with field for storing html-code snippets JS/CSS other.
Block can be added via Block UI into existing theme regions.
Install
-
Module is available to download via composer.
composer require os2web/os2web_embedded_code drush en os2web_embedded_code
-
After module has been enabled you can find block on "Add block" admin page
/block/add
Update
Updating process for OS2Web Embedded code block module is similar to usual composer package. Use Composer's built-in command for listing packages that have updates available:
composer outdated os2web/os2web_embedded_code
Contribution
Project is opened for new features and os course bugfixes. If you have any suggestion or you found a bug in project, you are very welcome to create an issue in github repository issue tracker. For issue description there is expected that you will provide clear and sufficient information about your feature request or bug report.