10 merge requests!62Issue #3272848 by RenatoG: When the error appear the field is hidden and the...,!59Issue #3497768: Click JavaScript to close details causes modals to scroll unnecessarily,!35Issue #3366420: \Drupal calls should be avoided in classes,!34Issue #3366420: \Drupal calls should be avoided in classes,!29Issue #3272632 by RenatoG: Add a logic to block and disable the remove item if...,!28Issue #3272632 by RenatoG: Add a logic to block and disable the remove item if...,!23Issue #3272632 by RenatoG: Add a logic to block and disable the remove item if...,!22Issue #3272632 by RenatoG: Add a logic to block and disable the remove item if...,!20Issue #3272632 by RenatoG: Add a logic to block and disable the remove item if...,!7Issue #3320529 by justcaldwell: block_classes_stored setting only retains classes from most recently saved block
@@ -30,10 +30,11 @@ function block_class_help($route_name, RouteMatchInterface $route_match) {
$output.='<dl>';
$output.='<dt>'.t('Inside of global settings there are some possibilities to be used. The "Default Case" is a field to select a standard of your classes. So if you select "Uppercase and Lowercase" but cases will be accepted. If you select "Uppercase" all classes will be added using uppercase and if you select "Lowercase" all classes added will be added using lowercase. Attention, if you change to only lowercase or only uppercase when save the block all block classes will be updated.').'</dt>';
$output.='<dt>'.t('Enable auto-complete: Enabling this option when you are typing will appear an auto-complete for you to select the other classes that you have.').'</dt>';
$output.='<dt>'.t('Enable special chars: By default block class will have this option unchecked to block special chars by default. But if you need for any reason you can check this option and it will be accepted.').'</dt>';
$output.='<dt>'.t('Qty of classes per block: You can select this number to use in the multiple items. By default is 10 but you can modify if necessary').'</dt>';
$output.='<dt>'.t('Field Type: By default the block class is using the field type as a "texfield", with that configuration you can select textarea as well, it\'s recommended if you have many classes per block').'</dt>';
$output.='<dt>'.t('The max-length by default is 255, after the 2.0.x version there is a Global Settings Page and you can modify if you need at: /admin/config/content/block-class/settings or Configuration » Content authoring » Block Class').'</dt>';
$output.='<dt>'.t('Enable special chars: By default block class will have this option unchecked to block special chars by default. But if you need for any reason you can check this option and it will be accepted.').'</dt>';
$output.='<dt>'.t('Enable attributes: Mark this option to be able to use attributes.').'</dt>';
$output.='<dt>'.t('Qty of attributes per block: On this field you can define how many attribute field will be implemented per block. By default is 10 but you can increase and decrease if you want.').'</dt>';
$output.='<dt>'.t('Maxlengh: In the attributes field group you can insert the maxlengh, by default there is no limit for attributes but you can insert if you want.').'</dt>';