Problem/Motivation
Over #3402792: Allow removing entity markup for entity reference formatters a new configuration option was added, but the related configuration schema change was not added.
Steps to reproduce
Proposed resolution
Let us add the missing bit to the schema.
Remaining tasks
Add a patch.
User interface changes
API changes
Data model changes
Issue fork nomarkup-3422827
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
marvil07 commentedAdded one configuration schema change at MR !7.
I first tried to use a boolean type, but when using configuration export, I see a string, so using that for now.
Comment #6
e0ipsoThis looks good. Let's give it a go! Thanks!
Comment #7
e0ipso