Install

Works with Drupal: ^8 || ^9 || ^10

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 22.8 KB
MD5: cd2e6db4f98fbdbac6009a82a2ba5c0b
SHA-1: 2a6e14a2e76f1fb28b5e70ddd493893be61ace28
SHA-256: 8da1315c31131fb50483be5ab8d69df411d79171627a819f941359f675a78350
Download zip 34.7 KB
MD5: caaca7d9db73d6db4738f1c593bfe097
SHA-1: 8ac1dc34e7feb540789e68ecb1788a42b9125b9d
SHA-256: 7e604ba4474a44b25d90b385a11b08394df75b04cdc906d4e477bbb111750eca

Release notes

Thanks for using the project. On this release:

#3270627: TypeError: Drupal\Component\Utility\Html::cleanCssIdentifier()
#3270594: Bulk operation to convert case isn't considering the settings for default case
#3270595: Insert a message to convert all classes to uppercase/lowercase after edit the settings page with default case
#3270598: Create a generic settings with the default case to be used for class and attributes settings

#3270216: Create a hook update to set enable attributes by default
#3270218: Export all settings to allow letters and numbers, enable attributes, field type for attributes and maxlength for attributes on install directory
#3270227: Implement the bulk operation on add attributes recognize the settings for field type and maxlengh of settings page
#3270236: Implement a bulk operation to convert to lowercase
#3270238: Insert the operation to uppercase implementation
#3270240: Add options on bulk operation only option to enable attributes is "on"
#3270243: Update the readme documentation with the new bulk operations and how it works
#3270251: Update the documentation with the new items inside of contributed project
#3270255: Create the confirmation message for all bulk operations before running the script
#3270377: Isolate a method to add the classes in the template file
#3270384: Implement the bulk operation to update and replace the attributes
#3270420: Add the ConfirmForm for update attributes operation
#3270451: Implement a validation in all attributes on hook form validate
#3270452: Implement the bulk operation to convert attributes to lowercase
#3270453: Update the operations to include attributes to upper operation
#3270454: Add the new operations in the documentation at readme and contributed projects
#3270526: Insert attribute column in the table of block list page
#3270528: Prevent attribute id and class inside of form validation
#3270529: Attributes not working with many items using one per line
#3270532: Validate special chars in class and remove the preSave that was doing that automatically
#3270540: Move the default case from admin area to JS using Drupal.settings
#3270542: Implement the validation on JS to update the class to lowercase and Uppercase depending on Settings of Admin area
#3270537: Implement the Block Class libraries with the default JS
#3270549: Isolate a method to add attributes on block instead of long structural code
#3270550: Form set error by name isn't highlighting the field correctly
#3270551: Create an advanced admin session field on settings page to put the filter to method cleanCssIdentifier
#3270552: Use the new filters configure in the settings on Html::cleanCssIdentifier when we're adding a new class on blocks
#3270553: Add method to validate class and validate attributes on formValidate
#3270559: Block showing line from block class list if there are only attributes and attributes isn't enabled
#3270560: Update the confirmation on bulk operation to include the message confirmation in all operations
#3270563: Bulk operation for add class isn't validation the special chars that was configured in the settings page
#3270565: Add validation for bulk operation on op for insert attributes validating pipe, id and class key
#3270590: Add case type configuration on bulk operations form field
#3270591: Insert #attributes class inside of form API for bulk operation to identify the field with class and apply the logic in front-end

Created by: renatog
Created on: 21 Mar 2022 at 02:26 UTC
Last updated: 21 Mar 2022 at 02:26 UTC
Bug fixes
New features
Unsupported

Other releases