Field Multiple Extended
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Provides customizations per field instance for unlimited multiple value fields.
Sponsored by Phase2 Technology.
Provides customizations per field instance for unlimited multiple value fields.
Sponsored by Phase2 Technology.
A simple module to get started into Drupal module development.
This module lets you visualize the Entity structure of your Drupal 8 site using an Entity Relationship Diagram (ERD).
While this isn't meant to be a fully functional tool to build new ERDs, it is meant to be used as a functional learning tool for developers and site builders.
Download and enable the "erd" module, then visit /admin/structure/erd to start playing around.
This module simply gets all node types and creates a block with a list of links for adding them, like content/add page.
These particular links can not be created as a block with the Menu Block module because they are not really in any menu structure inside Drupal.
Just download and enable this module and the block will be available in the admin's interface.
This is just a small Drupal 8 project to create a copyright block that you can place in the footer of your site that automatically sets the copyright date to the current year.
Note: this is my first attempt to create a module in Drupal. It was prompted by the removal of the PHP filter (something I've wanted to do anyways, but never got around to) in Drupal 8.
Provides a custom list of youtube videos
This module adds contextual links to paragraphs to edit, delete and clone paragaphs.
This module makes it possible to install modules that provide new entity storage handlers (such as Multiversion module) on sites that already have entity data on the site.
The module works by providing an alternative Entity Storage Schema handler which migrates between storage implementations using the Migrate API in Drupal core.
Ability to import content from one server to another server. More like a pull based mechanism.
A D8 port for the excellent shortcode module.
Searched around for a D8 version but couldn't find one, so decided to test my understanding of Drupal 8 plugins.
The module consists of a Filter plugin, a ShortcodePluginManager, and an example Shortcode plugin. Will continue to port the rest of the shortcodes over bit by bit!