Install
Works with Drupal: ^10.2 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
170.79 KB
MD5: afde94bfb50bf4dd2df1f73b1e3b9e0c
SHA-1: 262755fe234a773623c289abff41a57c57397840
SHA-256: 88be684aa43f534d99587a24a454182cffb3215c86b0cf260f3f538e0ab0e59f
Download zip
281.3 KB
MD5: ebe9162042700cb82f091d2dddc4aeed
SHA-1: 166dac8eb80a54282fd55e9cc628593629ecd116
SHA-256: ca7c3af7e0fa46d7852d3daafacf458d8ab266361dd5f8005da4a9edbac579e3
Release notes
IMPROVEMENTS:
- Predefined display options (Form edit component - Section Display options)
- To add CSS classes, you must create a Textfield option with a machine name of component_classes_text. This option is internally validated to ensure it meets the minimum CSS class guidelines, such as containing only letters, numbers, hyphens (-), or underscores (_), and not beginning with a number. For example: my-class-1.
The value of this option must be filled with the class names, separated by spaces.For example: my-class-1 my-class-2 my-class-3.
- To add CSS classes, you must create a Select option with a machine name of component_classes_select.
This option contains predefined values, and only one can be selected. The key of the selected value is sent as a class to the template. - IMPORTANT: Once you have entered the classes, click the Save button for the component. This will allow the classes to be applied and printed in the components HTML.
- To add CSS classes, you must create a Textfield option with a machine name of component_classes_text. This option is internally validated to ensure it meets the minimum CSS class guidelines, such as containing only letters, numbers, hyphens (-), or underscores (_), and not beginning with a number. For example: my-class-1.
- Display and UX of components defined in castorcito_basepack is better, considering a better usage for users.
- Added a fix to mark images uploaded via CKEditor as permanent.
- Support for overriding Cfield settings in the Drupal widget: The ability to override Cfield-defined settings directly from the widget has been implemented. To apply this improvement, the update.php file must be run.