Commit cad2b950 authored by renatog's avatar renatog Committed by renatog
Browse files

Issue #3271402 by RenatoG: Update the readme with the new settings in the...

Issue #3271402 by RenatoG: Update the readme with the new settings in the global settings page and with the multiple items field
parent 209dbe8a
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -48,6 +48,16 @@ The Menu Block requires Block:
   You'll be able to see your class added at  <div class="block ..."> element of
   a block.

 * By default block classes using a multiple field for classes and you can add
   one class per line.
   By default you can add 10 classes per block using add more and remove item
   in the block settings page, but if you need you can go to the settings page
   at /admin/config/content/block-class/settings and update this value if you
   need in the field "Quantity of classes per block".

 * The auto-complete settings is enabled by default and you can use this to
   auto-complete the classes inside of multiple class items.

 * By default on Block Class there is a textfield with 255 chars in the
   maxlength but there is a settings where you can modify if necessary. You can
   go to Administration » Configuration » Content authoring » Block Class or you
@@ -62,6 +72,12 @@ The Menu Block requires Block:
   your attributes. You need to use key | value format, and one per line. For
   example: data-block-type|info

 * "Advanded" On this field group that is closed by default you can set the
   array to be used in the Html::cleanCssIdentifier. This one is used to filter
   special chars in the classes. You can use one per line using key|value format
   example, to replace underline to hyphen:
   _|-

## BULK OPERATIONS
-------------