@echodrome try this and paste the output
function my_register() {
register_block_type('quicklinks', array(
'render_callback' => 'my_blocks_render_quicklinks_block',
'attributes' => array(
'max_links' => array(
'type' => 'number',
'default' => 7
),
'links' => array(
'type' => 'TEsting',
)
)
));
}
-
This reply was modified 4 years, 6 months ago by Yui.
-
This reply was modified 4 years, 6 months ago by Yui. Reason: please use CODE button for proper formatting