Const
Base route path appended to the domain when building the configurator iframe URL.
Base route URL constant used for loading the configurator. Standard path endpoint for accessing the configurator.
The configurator URL format is: https://{domain}/metabox-configurator/basic/{configuratorId}. Automatically constructed by integrateMetabox().
https://{domain}/metabox-configurator/basic/{configuratorId}
Let integrateMetabox() handle URL construction. Only reference if building URLs manually (e.g., QR codes, email links, server-side rendering).
Base route path appended to the domain when building the configurator iframe URL.
What does it unlock?
Base route URL constant used for loading the configurator. Standard path endpoint for accessing the configurator.
Practical Application
The configurator URL format is:
https://{domain}/metabox-configurator/basic/{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).