Install

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

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 387.23 KB
MD5: 6a8f06944e0ff7055942f240fe573029
SHA-1: 6be43c8529a331821f26e19618476c3e2c38a40a
SHA-256: 2e9d65cba1fcbd57b01c154e4fa2d92ed1685ccc5938b9c82b91ead96a96efd8
Download zip 400.06 KB
MD5: 1c412a8518e4a293b3a792ef4e82def9
SHA-1: aed99bad087ab3ef3dd3b97ba489becaa3ad36dc
SHA-256: 6f3fb658bd12f0799fceb588495d3626e4b5185024b5dde4af9d35e392951f65

Release notes

Thanks for using the project. On this release:

#3270655: Add a validation when the user set the default case as a lowercase and try to run a bulk operation to update all to uppercase
#3270661: Add a visual helptext in the description of class to provide a visual part in the element where the class will be placed
#3270627: TypeError: Drupal\Component\Utility\Html::cleanCssIdentifier()
#3270890: Add an example about the markup with attributes for the users
#3270891: Attributes not enabled by default on new installs
#3270893: Add the new option to use multiple textfield instead of longtextfield
#3270902: Implement the new theme session in the library to hide / show the new multiple textfield
#3270907: Add a button to add another item on multiple textfield
#3270909: Add logic to show the textfield when the user click on "add another item" button
#3270910: Implement the remove class button
#3270913: Implement the logic to clear the value of class and remove the dynamic field when clicked in the remove item
#3270915: Add formSubmit to save multiple field as class in the ThirdPartySettings
#3270916: Implement a validation and unbind to avoid spaces in the multifields of block class
#3270918: Implement the default value on edit page when the block is loaded
#3270920: Add a logic to avoid delete the field if there is only one in the block multiple field
#3270921: Add a backend validation to block spaces in the multiple fields
#3271118: Add field group for class and attributes
#3271121: Enable auto-complete with existent classes
#3271123: Enable multiple class textfield by default
#3271131: Adjust all fields with the new structure of the new fieldgroup
#3271134: Create a settings to enable / disable the auto-complete class
#3271136: Add a validation to don't accept duplicated classes
#3271138: Implement the support for bulk operations with multiple fields
#3271140: Add a logic to prevent the last item to be deleted disabling the removal button
#3271326: Create an admin settings to configure the number of classes per block
#3271330: Implement the limitation of maximum classes per block in the block settings according to the settings field configured in the CMS
#3271332: Create a help text for the multiple field explaining about the quantity classes per block in the settings page
#3271334: Add the logic to remove the add more button when the maximum is reached
#3271338: Multiple class field cutting class if the limit of classes is lower than the current number of classes configured in the block
#3271392: Define the settings quantity of classes per block by default in new installs and retro-compatible with sites that already have installed and updated
#3271394: Settings for quantity of classes appearing wrongly when field type is different of multiple class fields
#3271396: Implement a validation to set errors when that is special chars on multiple classes when the settings to allow only letters, numbers, hyphen and underlines
#3271397: Create a validation to full stop in the beginning of class to avoid duplicated items in the JS
#3271398: Implement pagination inside of block classes list to avoid a lot of items in the same page
#3271402: Update the readme with the new settings in the global settings page and with the multiple items field
#3271403: Fix the Drupal Coding Standards
#3271407: Implement an page to show all classes used in the project to be used in a Modal list to give feedback about which ones can be used
#3271415: Implement a configuration item to set the items per page in the global admin settings page and to be used in the pagination of block list
#3271417: Update the pagination of block list to use the items per page that was configured in the global settings page
#3271419: Create a hook update to set the items per page to 50 by default on sites that is updating to the new version and config/install with the settings to new installs

Created by: renatog
Created on: 24 Mar 2022 at 12:12 UTC
Last updated: 24 Mar 2022 at 12:13 UTC
Bug fixes
New features
Unsupported

Other releases