gertvdb / limit_text_format
widget to limit the text formats on a textarea
Installs: 194
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 4
Type:drupal-module
Requires
- php: >=8.1
Requires (Dev)
- drupal/coder: ^8.3
- drupal/core-recommended: ^10.0
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-11-06 18:19:31 UTC
README
Provides a "Limit Text Format" widget for the formatted text fields. With this widget you can choose the text formats that are available per field. When none are selected it will fallback to the default format. It will also check the users access to the text format.
With this widget you can make sure a certain formatted text field is bound to a certain text format so users can never input in another format.
Installation
To install this module, do the following:
With composer:
composer require gertvdb/limit_text_format