Enable white-label mode
When this flag in on the button will open the editor window without any Minta related assets (Minta icon for example)
Pass the following parameter to the init function
isWhiteLabel: true
Example
<script>
window.minta.init({ isWhiteLabel: true, apiKey: "YOUR_API_KEY", targetElementId: "target-id" })
</script>