I vaguely recall you can access different versions of a fileres entity. Possibly with the getImageUrl function, but I can not find any documentation. If a remember correctly you added the parameter "v2" to get the url of an erlier version? Any help is much appreciated.
Hi Marcel, thank you for picking this up!
So, I'm setting up a content template, where the content contains ids of other contents, used like blocks; so one block can be reused and included in several contents together with other blocks like a parent containing several children.
I have one templa...
I guess what I am looking for is similar to the "include view" in the personalization step, but I can not find my way in the documentation. Unlike include view, I have content A including the id of Content B, and I want the template for content A to run and include the template of content B NOT in t...
Hi Denis
Thank you for your reply. I understand your concern and asure you I am only extending the form; i.e. not rebuliding the built in functionality. Simply put, by adding your own namespace folder on the server you can have your own packages be installed only once like the standard packages. I ...
I am trying to adopt the packageImport form to have a third option functioning like the "standard" package, but for my own packages in my own namespace. Everything works fine until "my" copy of the "standard" container showing available packages to install; all packages are shown i.e standard and my...
I am looking to create a content preview dynamic javascript page similar to the "preview"-tab in the delivery template dialog; that is like but not as - the normal mirror page for a delivery - as it is used on a content. Before a delivery is created. I come up with: document.write(ncm.publishing.Tra...
I have tried to load the corresponding field as additional personalization data in the delivery template, but it still apears with the label of the value.
this has ben bugging me a lot lately. When using an enum in for instance the recipient table in a template you get the label of the enum value, but for programmatic reasons I want to access the (acually stored) internal name of the value, and not the "translation". I thougt it was some .toString() o...
I am extending the nms:service schema with a few elements, and wish to include them in the service input form as well, but I am not able to locate any of the forms associated with service & subscriptions. For reference, the form has 3 tabs; "Dashboard", "Edit", and "Subscriptions", and I am primaril...
Hello Saya2828What I would do i set up three inputs; 1 preference (select or combo-box), 1 email (text) and 1 telephone (number), and set the visibility condition on email input to be that preference must be = "email", and for telephone, the visibility condition that preference = "telephone", or wha...