Base route URL segment for the Modular Configurator.
What does it unlock?
Base route URL constant used for loading the configurator. Standard path endpoint for accessing the modular configurator.
Practical Application
The modular configurator URL format is: https://{domain}/metabox-configurator/modular/{configuratorId}.
Automatically constructed by integrateMetabox().
AI Coding Best Practices
Let integrateMetabox() handle URL construction. Only reference if building URLs manually
(e.g., QR codes, email links, server-side rendering). The modular path is /modular/{id}.
Base route URL segment for the Modular Configurator.
What does it unlock?
Base route URL constant used for loading the configurator. Standard path endpoint for accessing the modular configurator.
Practical Application
The modular configurator URL format is:
https://{domain}/metabox-configurator/modular/{configuratorId}. Automatically constructed by integrateMetabox().AI Coding Best Practices
Let integrateMetabox() handle URL construction. Only reference if building URLs manually (e.g., QR codes, email links, server-side rendering). The modular path is
/modular/{id}.