verbb / wishlist

A Craft CMS plugin for wishlists for your users to save things to
Other
11 stars 12 forks source link

Shouldn't options be shown in the CP? #111

Closed TomDeSmet closed 1 year ago

TomDeSmet commented 1 year ago

Question

According to the docs, the options object that you can pass with an item should be visible in the CP.

You can also store additional, arbitrary content alongside a Wishlist item in the form of item options. This content won't be visible to users, unless you decide to output it. It will be visible in the control panel, when editing an item.

But it is not shown, even if the options object is stored in the database.

Additional context

No response

TomDeSmet commented 1 year ago

Just noticed that there is an options field that you can add to the wishlist item fields. Maybe this could be added to the documentation?