Problem/Motivation
While applying any recipe in a site which has rocketship installed in it. The recipe runner throws an unsupported key error for rocketship_seo.seo_fields, rocketship_seo.seo_title & rocketship_seo.seo_description configs.
Steps to reproduce
Apply any recipes in a site which has rocketship_core installed.
Proposed resolution
Create a schema.yml file for the said configs.
Issue fork rocketship_core-3506165
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
abhisekmazumdarThis is ready for review.
Comment #4
l_vandamme commentedThe seo_fields property is not a mapping, it is a list (potentially empty) of fields that need to be in the SEO wrapper.
https://git.drupalcode.org/project/rocketship_core/-/merge_requests/148/... needs to be changed
Comment #5
abhisekmazumdar@l_vandamme I hope keeping the
seo_fieldsas a sequence type will be fine. I have updated the MR; please review.Comment #6
rodrigoaguileraI think the schema is correct now
Comment #8
l_vandamme commentedCommitted on 6.2.x and released as part of https://www.drupal.org/project/rocketship_core/releases/6.2.4
Comment #10
l_vandamme commented