- π¦πΊAustralia sime Melbourne
This tip in #3 works really well and I thought it helpful to describe it in a different way for some readers. I'll mark this as works as designed, because it's not unusual for Drupal functionality to not have a UI (hello twig debugging) but it can be reopened if anyone was contributing a patch to expose this to the UI.
Say your bundle is "foobar" and you want to change "Label" to "barfoo". You'll see a new yaml file
core.base_field_override.microcontent.grant.label.yml
And the contents will look like this.
langcode: en status: true dependencies: config: - microcontent.type.foobar id: microcontent.foobar.label field_name: label entity_type: microcontent bundle: foobar label: barfoo description: '' required: true translatable: true default_value: { } default_value_callback: '' settings: { } field_type: string
You can create this file by hand, but better to follow the instructions in the link to generate this file.