Install

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

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 388.8 KB
MD5: d9e350ff91407e5966939d8fa72af222
SHA-1: f8c7d467db929c2d1cdba59e5a564cd65b2c44cb
SHA-256: 234d4546b59447bef9892480473a6e81bba71cd97c9a49b638219e81ab5f80c5
Download zip 400.68 KB
MD5: 236cd1544a5de07d03b3405e56d24d50
SHA-1: f90d9fa89977ea554ae0bdf56996be922c432ee4
SHA-256: 18af201ac486917329b40c8d93caadd804b65729145162ecf04ab94dcb7faa2e

Release notes

Tks for using. On this update:
#3271586: Isolate a method to validate the dynamic items instead of doing all inside of formValidation method
#3271754: Replace super global $_GET to request stack service
#3271755: Insert pagination only when is really necessary
#3271756: Implement the configFactory and currentUser with dependency injection instead of Drupal::config
#3271818: Use only one generic controller instead of specific controllers
#3271821: Define the class list as a route used classes in the menu tab
#3271830: Update Block::load to use Dependency Injection with entityType interface instead
#3271920: After the validation on special char explain that is possible to modify that in the settings page
#3272129: Create the new field enable special chars in the global settings page
#3272130: Create a hook update to set the new settings to enable special chars with true by default and disable that on new instalations
#3272137: Remove all occurrences of allow only text settings that was deprecated
#3272139: Add a link to go to the used class items in the block settings
#3272140: Implement a Modal to open all the used items in the settings page, using data-dialog-type="modal"
#3272135: Replace the old settings to allow only letters to the new one to allow special chars in the validate logic
#3272342: Add a help text about the quantity of block classes dynamic bellow the last item populated
#3272345: Implement a way to show the instructions about how to increase / decrease items per block only when the maximum items is reached
#3272348: Form validation with special chars isn't working for the attributes
#3272359: Update textarea with key-pipe-value to use dynamic field on attributes
#3272360: Add the buttons to add and remove attributes dynamically in the attributes textfields
#3272608: Implement the method to add multiple attributes in the thirdPartySettings
#3272616: Implement the default_value to load the attributes and fill in the dynamic fields of attributes
#3272619: Implement the add another attribute button to add a new one in the page
#3272620: Remove the deprecated attribute field that was using key|value format
#3272622: Implement the hide attribute clicking on remove attribute button
#3272626: Implement the clear values of inputs on click in the remove button
#3272630: Disable the add more attribute after the maximum limit is reached
#3272632: Add a logic to block and disable the remove item if is the last attribute in the page
#3272634: Remove the deprecated field type attributes since now the field is dynamic
#3272637: Implement the admin settings with the field to set the number of attributes per block
#3272639: Implement the front end to populate the attributes based on the settings that was set in the global settings page
#3272640: Implement a hook update to set the default value for qty of attributes per block by default in sites that is currently using
#3272643: Implement the help text explaining how the multiple fields works for the users
#3272644: Implements validation to special chars inside of multiple textfield for attributes
#3272648: Update the help documentation with the multiple fields, advanced filter, special chars and qty of attributes per block

Created by: renatog
Created on: 31 Mar 2022 at 05:28 UTC
Last updated: 31 Mar 2022 at 05:29 UTC
Bug fixes
New features
Unsupported

Other releases