Count Number of Blocks Used Sitewide
Permalink
I need to show the number of blocks being used sitewide, from a specific package. The count will be shown in a dashboard page.
There are 4 blocks in the package, and I want to show the number of each used across the site. How can I do this?
There are 4 blocks in the package, and I want to show the number of each used across the site. How can I do this?
Have a look at the concrete/controllers/single_pages/dashboard/blocks/types.php. I think you will find it all there.
Thanks for the pointer! I've gotten it working in my dashboard! See screenshot.