Hello.
I’d like a select
parameter
on a component
to supply the user with a list of posts
.
Maybe with some filtering, like post_type
or tax
.
Is that possible currently? Is it something coming?
Thank you
Hello.
I’d like a select
parameter
on a component
to supply the user with a list of posts
.
Maybe with some filtering, like post_type
or tax
.
Is that possible currently? Is it something coming?
Thank you
Hello @redpupmedia,
Thanks for writing in! Parameters need to be populated in a JSON. You can use the select
control type which you can check out the documentation here:
If you want to populate dynamic into the component parameter, you may need to add a Looper Provider to be able to do so.
Best Regards.
Thank you.
I’ll try some loopers around the components and see what happens.