This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
// Wait until unlayer is available in the iframe | |
if (typeof unlayer === 'undefined') { | |
console.error('Unlayer not found inside iframe.'); | |
return; | |
} | |
console.log('✅ custom-tool.js loaded inside Unlayer iframe'); | |
// Register a custom property editor for Border Radius |