Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wagon doesn't deploy seo_title, meta_keywords or meta_description for content_entries #415

Open
greyskin opened this issue Sep 25, 2022 · 0 comments

Comments

@greyskin
Copy link

greyskin commented Sep 25, 2022

Given the following **/app/content_types/my_content_type.yml

display_settings:
    seo: true
    advanced: true
    position: 1
    hidden: false

and /data/development/my_content_type.yml

- My Entry:
    _slug: my-entry
    enabled: true
    name: My Entry
    img: "/samples/_development/content_entries/my-image.jpg"
    seo_title: My Entry
    meta_keywords: test
    meta_description: test
    _id:
    - 123456789123456789123456
    - my-entry

...and running

wagon deploy staging -r content_entries -f -my-content-type -d -e development

results in a successful deploy of the content_entry to the staging platform, except seo_title, meta_keywords and meta_description are ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant