Hi,
I have coded a Like Button for my blog articles whose incremented value is written in a page-field via an ajax-call.
This works fine, until i deploy any content from development to production. Every Like-Value of every article is then overwritten.
Is it possible to exclude the specific field-value from deployment?
Blueprint:
pages: false
files: true
fields:
...
likes:
label: Page Likes
type: number
default: 1