Problem/Motivation
Multiple cardinality meta tags are supposed to be impossible but it got broken probably due to core field ui changes.
Steps to reproduce
Add a metatags field and see cardinality in the UI.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork metatag-3609320
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 #2
alexpottSee 10.2 there's a new and better way to achieve this... https://www.drupal.org/node/3386675
We can lose some code and add just a little bit FTW.
Comment #4
alexpottComment #5
damienmckennaThanks for working on this. And the test coverage will help make sure we don't run into this again. Good stuff!
Comment #7
damienmckennaCommitted. Thank you Alex!