Hi, So for everyone in the future if need this I solved this way:
Created a clientlib under the clientlibs folder.On the content.xml I put
the categories:
categories="[coralui2,granite.ui.foundation,apps.sisal-fullresponsive.createpagewizard]"I
created the js folder and the js file. For the js to trigger on page
properties I used(function(window, document, Granite, $) { "use strict";
$(document).on("foundation-contentloaded", function (e){ // Logic to be
done here });})(window, document, Granite...