Skip to content
Snippets Groups Projects
Commit d82eb50d authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2315189 by herom: Fixed 2 schema element types mistyped as sequence.

parent 1d8f75b3
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -36,7 +36,7 @@ action.configuration.comment_unpublish_by_keyword_action:
type: sequence
label: 'Keywords'
sequence:
- type: sequence
- type: string
label: 'Keyword'
action.configuration.comment_unpublish_action:
......
......@@ -124,7 +124,7 @@ action.configuration.node_unpublish_by_keyword_action:
type: sequence
label: 'Keywords'
sequence:
- type: sequence
- type: string
label: 'Keyword'
block.settings.node_syndicate_block:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment