function($, document, ns) { $(document).on("dialog-ready", function() { const showHideDescription = function(e) { if ($("[name='./select']:checked").val() == "cardfeature") { $("input[name='./title']").closest(".coral-Form-fieldwrapper").show(); $("input[name='./subtitle']").closest(".coral-Form-fie...