ad_ad_ui
Component type
Maintenance status
Development status
Component created
Component changed
This is a temporary sandbox used to share changes to rename and clean up the ad_example submodule of the ad module.
This is a temporary sandbox used to share changes to rename and clean up the ad_example submodule of the ad module.
This module uses features to import user accounts.
This sandbox project is a fork of XML Sitemap.
Patches applied are:
Use Twig tweak
This module has been made the 8.x branch of Views Bulk Operations module (https://www.drupal.org/project/views_bulk_operations).
On recent information on porting VBO to Drupal 8, please follow the issue #1823572
If you would like to help, PM me or create an issue for VBO module.
Thanks,
Graber
Sandbox for D8 calendar, to apply timezone fix and play with formatting.
Drupal 8 Theme Switcher, based on paths.
Demo sandbox screencast.
This module is a clone of the original Simple Meta that has been altered for multiple domain support (Domain Access).
Twig Blocks adds a Twig function to render blocks in Twig by passing in the block machine name.
To render a block, call the function in your Twig template:
{{ render_block('machine_name_of_your_block') }}
There is another module that provides similar functionality but it also has an option to turn on and allow PHP execution in the Twig templates which I didn't want to add to my project. This is just a straight-forward function to render a block.