PostSelect
The PostSelect component displays a searchable dropdown list of posts. Selected posts can be re-ordered. The PostSelect component requires an array-type attribute and stores the IDs of the selected posts in the attribute.
Note: the PostSelect component is only available in Wicked Block Builder Pro.
Settings
Post Types
Use the Post Types settings to control which post types can be selected. If no types are selected, any type of post can be added.
Usage
Use the PostSelect component to let users select posts that you want to associate with your block. The primary use case is with dynamic blocks.
For example, imagine you have a custom post type called Projects and you want to create a block that features three projects that the user selects. You can add a PostSelect to allow the user to select and order the projects they want to feature. Then, in your dynamic block you would query the database for the selected project IDs and render them.