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
@@ -48,8 +48,8 @@ function block_class_help($route_name, RouteMatchInterface $route_match) {
$output.='<dt>'.t('Convert all block classes to uppercase: With this operation you can convert all block classes that you have to use uppercase.').'</dt>';
$output.='<dt>'.t('Convert all block classes to lowercase: With this operation you can convert all block classes that you have to use lowercase.').'</dt>';
$output.='<dt>'.t('Update class: With that option you can insert a current class that you have in the field "Current class" and in the other field "New class" you can insert the new class that you want to use. After this you\'ll be redirected to another page to review that and update all classes.').'</dt>';
$output.='<dt>'.t('Delete all block classes: With this option, the bulk operation will remove all block classes on blocks. After this form you\'ll be redirected to another page to confirm that operation').'</dt>';
$output.='<dt>'.t('Delete all attributes: With this option the bulk operation will remove all attributes on blocks. After this form you\'ll be redirected to another page to confirm that operation.').'</dt>';
$output.='<dt>'.t("Delete all block classes: With this option, the bulk operation will remove all block classes on blocks. After this form you'll be redirected to another page to confirm that operation").'</dt>';
$output.='<dt>'.t("Delete all attributes: With this option the bulk operation will remove all attributes on blocks. After this form you'll be redirected to another page to confirm that operation.").'</dt>';
$output.='<dt>'.t('Insert Attributes: With this option you can insert with a bulk operation attributes to all blocks that you have').'</dt>';
$output.='<dt>'.t("Delete all block classes: With this option, the bulk operation will remove all block classes on blocks. After this form you'll be redirected to another page to confirm that operation").'</dt>';