@@ -38,7 +38,7 @@ class LayoutBuilderIdsConfigureBlock implements EventSubscriberInterface {
...
@@ -38,7 +38,7 @@ class LayoutBuilderIdsConfigureBlock implements EventSubscriberInterface {
'#title'=>'Block ID',
'#title'=>'Block ID',
'#weight'=>99,
'#weight'=>99,
'#default_value'=>$layout_builder_id?:NULL,
'#default_value'=>$layout_builder_id?:NULL,
'#description'=>t('Enter an ID for the block. IDs can contain letters, numbers, underscore, hyphen and period characters, and should start with a letter.'),
'#description'=>t('Block ID is an optional setting which is used to support an anchor link to this block. For example, entering "feature" lets you link directly to this block by adding "#feature" to the end of the URL.</br>IDs should start with a letter, may only contain letters, numbers, underscores, hyphens, and periods, and should be unique on the page.'),
'#description'=>t('Enter an ID for the section. IDs can contain letters, numbers, underscore, hyphen and period characters, and should start with a letter.'),
'#description'=>t('Section ID is an optional setting which is used to support an anchor link to this block. For example, entering "feature" lets you link directly to this section by adding "#feature" to the end of the URL.</br>IDs should start with a letter, may only contain letters, numbers, underscores, hyphens, and periods, and should be unique on the page.'),