johnbillion / query-monitor

The developer tools panel for WordPress
https://querymonitor.com
GNU General Public License v2.0
1.6k stars 211 forks source link

Show block template file when `render` attribute is used #796

Open johnbillion opened 1 year ago

johnbillion commented 1 year ago

When a block type is registered and the render attribute is used to specify a file path to load for dynamic rendering, QM only shows core's built-in callback that loads this template (in the Render Callback column of the Blocks panel). It should show the template file details instead.