Hi!
I found out that the form plugin was not updating when the form was rebuilding.
I've created a little patch that updates the plugin before the form renders again.
Hello!
In D11, I was getting the following error with the patch #44
Error: Class "Drupal\Feeds\FieldTargetDefinition" not found in include() (line 11 of /app/docroot/modules/contrib/metatag/src/Feeds/MetatagFieldTargetDefinition.php).
It turns out it was because the "Drupal\Feeds\FieldTargetDefinition" use statement was in the wrong case.
I've changed "use Drupal\Feeds\FieldTargetDefinition;" to "use Drupal\feeds\FieldTargetDefinition;" and now it works.
Hello,
For now is only compatible with browser accessible image.
The media reference field should be mapped to the URL of the image. If the URL of the Image in the bucket is accessible, you could use this tamper to fetch them when you are creating Content with media reference fields.
Added a validation to check if the language exists
Hello!
I was having the same problem as #9 and I did a little patch for importing content in the existing translations that worked for my site.
I needed to make the feeds_item field translatable.
For the translations to work, you need to:
- Copy the steps from the description
- Allow translations in the feed settings
- Add a mapping field for an unique target (it can be ID, title, or something that will be used to relate both translations)
- Enable translation for feeds_item field in the Content Type Settings
Please feel free to review it and upgrade it
Hello,
I've created a patch with additional corrections as the fixing the .info files and adding the new off-canvas selector.
Please review.
I've added and option to select the type of widget it will use (checkbox, radios or select), a collapsible details element and multiple values support
Adding a trailing line
Thanks for the patch.
However, I've noticed that if an Item doesn't have the filter key, it will give an error.
I've changed the patch to fix this.
Thank you
Please review
tmiguelv → created an issue.
tmiguelv → created an issue.