Overrides the query loop block to work with T2 while also removing clutter. Supports multiple post types. Customizable through library.json.
Customizing the block
This block can be customized using the library.json file. The following options are available:
__experimentalMultiplePostTypes(bool): Whether to allow multiple post types. Default:false.template(array): The innerblocks template.allowedControls(array): The allowed controls for the block See list, To see the post per page usepostCountto see full list of available controls see the code as documentation is not complete LinkdefaultQuery(array): The default query for the block.defaultVariationTitle(string): The title that will be outputted for the block.defaultVariationDescription(string): The description that will be outputted for the block.allowedColumns(array): The allowed columns for the block.
See more details: https://github.com/DekodeInteraktiv/dekode-library/tree/main/library/featured-cards-loop
