Hi @bartezzini. Yes this is possible. The solution is described in the following thread: https://ww.wp.xz.cn/support/topic/custom-row-types/.
If you have any more questions regarding the implementation of this filter feel free to ask them here.
Thank you, I find my solution putting
wp_enqueue_script( 'script', get_stylesheet_directory_uri(). '/block-editor/block-filter.js', array ( 'wp-hooks' ), 1.1, true);
in template (cause I’m using a child theme) and then in the block-filter.js I put your code with 6 columns
-
This reply was modified 5 years, 7 months ago by
bartezzini.
-
This reply was modified 5 years, 7 months ago by
bartezzini.