Gitlab-CI is in the 2.x branch.
Thank you for the patch.
Merged into the 2.x branch.
This is a lightweight module to add a simple heading-level option to a text or string field.
There are different modules who provide hooks or event subscribers to format/manipulate/include/... other modules content or configuration.
I'm not gonna include feeds support in this module. The example code suggested in comment #2 can be used in case you need to add the heading output into the feeds module.
Fix added to the 2.x branch.
I added also a fix for the width of the input & select fields.
Default branch is now 2.x in GitLab.
Included in the 2.0.0 release → .
Included in the 2.0.0 release → .
Included in the 2.0.0 release → .
Included in the 2.0.0 release → .
Included in the 2.0.0 release → .
Included in the 2.0.0 release → .
Included in the 2.0.0 release → .
Fixed in the 2.x branch.
@hetal.solanki Could it be that you posted this issue on the wrong project?
The ticket is about Geofield while this is the Heading module providing the heading field.
The heading field is a variant of the Plain text field. The grouping item has an item, subitems do not have their own icon.
Fix is added to the 2.x branch.
Thank you for the issue and patch.
Code in patch is adapted and merged into 2.x branch.
Missing schema is added to the 2.x branch.
@gonssal : thank you for the suggestion and patch.
I altered the code: I added a html_tag render array around the string & text render arrays.
The change is merged into the 2.x branch.
The fix is now also in the 2.x branch. There will be a 2.0.0 release later today.
Thank you for the patch. Tested and merged in the 2.x branch.
Thank you for the pull request.
Changes are merged into the 8.x-1.x branch.
This patch fixes the issue.
zero2one → created an issue.
Patch to fix the issue.
See also: https://github.com/goalgorilla/open_social/pull/3602
zero2one → created an issue.
This is the patch needed to add Drupal 10 support to the 2.0 release.
I changed the minimal Drupal version in composer to ^9 or ^10 as the info file does only support 9 and 10.
zero2one → created an issue.
The attached patch fixes the issue.
I don't think we need the create() method in the Drupal\alter_entity_autocomplete\AlterEntityAutocomplete\AlterEntityAutocompleteMatcher
class as it is a service class to replace the core entity autocomplete matcher.
Module is marked as Obsolete & no longer maintained.
Added documentation, to the project page, how to remove this module and update the existing tokens.
Module no longer supported
Replace the tokens from this module by the tokens from the Token module & uninstall this module.
The current language prefix is available in the Token module: [language:prefix]
Module no longer supported
Replace the tokens from this module by the tokens from the Token module & uninstall this module.
- [current-language:name] => [language:name] : The current language name.
- [current-language:code] => [language:langcode] : The current language code.
Module no longer supported
Replace the tokens from this module by the tokens from the Token module & uninstall this module:
- [current-language:name] => [language:name] : The current language name.
- [current-language:code] => [language:langcode] : The current language code.
Fix is included in the 2.1.0 release:
https://www.drupal.org/project/monitoring_logging/releases/2.1.0 →
Attached patch fixes the broken HTML tag.