This module provides a debug bar for PrismicIO in Magento 2.
Before installing this extension you are required to install the Smile Debug Toolbar.
To install this module, run the following command in your terminal:
composer require elgentos/magento2-smile-debug-toolbar-prismicio
Then, enable the module:
bin/magento module:enable Elgentos_SmileDebugToolbarPrismicIO
And finally, run the upgrade command:
bin/magento setup:upgrade
This module will add a PrismicIO tab to the Smile Debug Bar in your Magento 2 store. You can use this tab to inspect PrismicIO queries and other relevant information.
Contributions are welcome. Please submit a pull request with your changes.