How do I select an item from storage folder, when including a frontend plugin as content element?
I have made an extension (or am trying to make), that will save blocks in a folder, that can be used on several pages.
When adding a frontend plugin to a page, and selecting the extension, I want to be able to select a record that should be displayed there…
I’ve been trying to set up Flexforms, but still haven’t got any result.
Thanks
Yes, the FlexForm is the typical place to store additional settings of inserted plugin and most comfortable for normal BE editors.
On the other hand, if you are the only one who’ll administrate that page (with full admin access) and you don’t need to paste this plugin more than once on the page you can also save the uid of the default record in TypoScript –
setupfield of the template included on the required page.Something like
or for Extbase
While you didn’t tell us how are you gonna to create the extension, we can’t help you better.