Skip to content
Snippets Groups Projects

Issue #3031413 by marcoscano, mably: Programmatically created nodes do not respect TOC config

Merged Issue #3031413 by marcoscano, mably: Programmatically created nodes do not respect TOC config
@@ -109,7 +109,7 @@ function toc_js_per_node_entity_base_field_info(EntityTypeInterface $entity_type
@@ -109,7 +109,7 @@ function toc_js_per_node_entity_base_field_info(EntityTypeInterface $entity_type
->setRevisionable(TRUE)
->setRevisionable(TRUE)
->setTranslatable(TRUE)
->setTranslatable(TRUE)
->setDescription(t('Stores whether the Toc is displayed or not.'))
->setDescription(t('Stores whether the Toc is displayed or not.'))
->setDefaultValue(TRUE);
->setDefaultValue(FALSE);
}
}
return $fields;
return $fields;
Loading