- Issue created by @nataliaalves
- First commit to issue fork.
- Merge request !133462176: Add a checkbox to allow multiple comma-separated values → (Open) created by daniel_mm02
- daniel_mm02 Burriana, Castellón
Hi, I have created a MR: https://git.drupalcode.org/project/json_ld_schema_ui/-/merge_requests/13 which needs revision to merge it, I have tested it and now if you mark the new chockbox in the form and separate the values with commas the result will be as follows:
With checkbox marked:
<script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"Organization","awards":["test1","test2","test3 test4 test5","test6"]}</script>
With checkbox unmarked:
<script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"Organization","awards":"test1, test2, test3 test4 test5, test6"}</script>