craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
286 stars 140 forks source link

conditionally display create element checkbox #1341

Closed i-just closed 1 year ago

i-just commented 1 year ago

Description

On the mapping screen, conditionally show/hide the “Create if they do not exist” checkbox for Categories, Entries and Users relation fields.

Missing related Categories and Entries are only created when matching by title. Missing related Users are only created when matching by email.

But there’s no indication of that on the mapping screen (and I can’t find that in the documentation either). Only showing the create checkboxes if elements can actually be created should help make this clearer for users.

Related issues

1077