Skip to content
Snippets Groups Projects

3462572 - Support layout library module

Closed Ignacio Díaz-Roncero requested to merge issue/section_library-3462572:1.0.x into 1.2.x
Files
2
@@ -177,8 +177,7 @@ class SectionLibraryTemplate extends ContentEntityBase implements SectionLibrary
$fields['entity_id'] = BaseFieldDefinition::create('entity_reference')
->setLabel(t('Entity ID'))
->setDescription(t('The ID of the entity of which this template added from it.'))
->setRequired(TRUE);
->setDescription(t('The ID of the entity of which this template added from it.'));
$fields['entity_type'] = BaseFieldDefinition::create('string')
->setLabel(t('Entity type'))
Loading