Icon Field
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
I've made changes and rename this module.
So please visit new page https://www.drupal.org/project/font_field_icon
I've made changes and rename this module.
So please visit new page https://www.drupal.org/project/font_field_icon
Text Long Pager module provides a filed formatter for Text long and Text long and summary fields that allows to split field content into pages.
It supports multiple paginated fields in the same page and does not require any specific site setup.
This module will add "Font field icon" new field type to the site.
It consists of two elements – “Select†dropdown with Fontawesome icon selection and a Text field for link display.
Features
This field has two formatters for output:
1 - Fontawesome icon and text (link)
2 - Only Fontawesome icon (clickable).
I hope this module will help developers avoid the routine work with
 fields for social links in the footer or in user's profile.
This module integrates the Swiper JS library as :
Swiper is basically a powerful and modern slider plugin, which also supports swiping on devices with touch screen.
The Swiper plugin was created by iDangero.us.
Imagine a cartoon where the protagonist pulls a small pocket knife out of his pocket, selects a tool, opens it up, and an entire full-size chainsaw materializes. He finishes using it, selects another tool, and a computer pops out.... Another tool and a bicycle appears.
Adds a new field type based on the DateRangeItem in core which allows you to select the timezone when entering the date. This is useful for specifying dates where the timezone is provided by the content admin and doesn't align with the site timezone or can't always be displayed in the same timezone using the existing formatter options.
The Please wait module add a message Please wait.. to all submit button on forms so that submit button will be disabled until the process is complete. With the help on this module we can stop the multiple click on submit buttons
Fork for 8.x version development
The Twig Backlink Twig extension builds a list of URL of the parents of the node based on the field name passed in the Twig twig_backlink extension parameter.
Usage:
{{ twig_backlink('field_name') }}
This extension will automatically build a list of parents when an An Entity Reference field is used and referenced in the Twig file.
- An Entity Reference field added to a node.
- Access to a node twig file that the themer can edit.
This module allows you to retrieve data from the $_SESSION storage and use that
information inside any form which accepts tokens.
A good example can be the usage of a form which you want to populate with
data which has already been entered by the current (anonymous) user.
Another example is to populate a multistep form.
Developers can easily store and retrieve information from this storage using the
functions session_token_get($key) and session_token_set($key, $value).