added 1 commit
Compare with previous version
When using the field in a custom module via:
BaseFieldDefinition::create('tablefield') ->setSettings(['rows' => 5,'cols' => 2])
The setSettings defaults don't get utilized, using this patch they do.
closed
reopened