You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • Hi,

    is there a way to get my full Puck.js name ?

    Using process.env.BOARD tells me I am a PUCKJS, how to get the second part of my name, eg beca ?

    Sure, could use something static like this as workaround.

    E.setBootCode('var myName = "Puck.js beca";', true);
    
About

Avatar for MaBe @MaBe started