-
Notifications
You must be signed in to change notification settings - Fork 139
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
Allow empty string values #1228
Conversation
…d-me into feature/empty-string-values
@angrybrad I think this also resolves #680 |
@pixelmachine seems likely - updated the changelog |
@angrybrad Is there a way I can require these updates in my composer.json, or do I have to wait until there's a release? |
To get the fix early, change your "require": {
"craftcms/feed-me": "dev-v4#e64b0a94bd2eba683e180298ca50cd41cf698b30",
"...": "..."
} Then run Otherwise, it'll be in the next release, which shouldn't be too far out. |
Hey @angrybrad I tried installing but I get this error, it doesn't seem to be able to find the branch / tag.
|
Sorry, composer has special requirements for "require": {
"craftcms/feed-me": "v4.x-dev#e64b0a94bd2eba683e180298ca50cd41cf698b30",
"...": "..."
} |
Thanks @brianjhanson that has fixed the previous error, however I'm now getting a new error as it requires Craft CMS
|
Edit: I should read better. The changes on the |
Description
Adds a setting to each feed that allows the user to specify if they'd like empty values to used to overwrite existing data. When enabled, empty values be used to set field values.
Related issues
Fixes #797
Fixes #723
Fixes #854