Install
Works with Drupal: ^8.8 || ^9 || ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
55.69 KB
MD5: 29eb87405ada71d590ffefa1a3d21b2b
SHA-1: 2f6f1dc0f8cab8ad54a9750dd922a90bae64bec5
SHA-256: 11b6d84f86409efa3e143ab7943d3cd959554099b9317bc16849b3c9a25d3f05
Download zip
92.49 KB
MD5: 5e3708769e2fb6fabc431e7a538089a0
SHA-1: d0c4276ff37e987e2c50f96cb454dc60a487b969
SHA-256: c4f012fb69a1ca3b63de8c9e74165e080be79d8ffcba356bc1cf39f048dd5114
Release notes
The third beta release of Custom Formatters 4.1.0 for Drupal 10 and 11, adding per-formatter configurable fields via Field UI, raw settings access across all engine plugins, and context-aware CodeMirror autocomplete hints.
New features
- Added per-instance formatter settings via Field UI — formatter entities now support configurable fields (via "Manage fields" / "Manage form display" tabs) that appear as inline settings in the "Manage display" UI
- Added raw settings access alongside rendered settings in all engine plugins: PHP
$raw_settings['field_name'], Twigraw_settings.field_name, HTML+Token[formatter_setting:field_name:raw] - Added context-aware CodeMirror autocomplete hints (requires optional CodeMirror Editor module):
{{triggers Twig variables,[triggers token completions,<triggers HTML tags,Ctrl+Spaceshows mode-appropriate completions - Added settings reference table to the formatter edit form listing each configurable field's machine name, type, and label
Changes
- Updated CI scaffold with GitLab CI pipeline and PHPStan ^2
- Added markdownlint to CI
- README migrated to Markdown