Hello,I am trying to create a form component which renders a markup entered by the user in the form component's properties. In my web app solution, i've installed the Kentico.EMS12.MvcComponents.Wi...
Hi All,I'm unable to create a page in kentico content tree based on custom page type, due to an run time error @CORS policy: Response to preflight request doesn't pass access control check: No 'Acc...
Can anyone share a working example of Articles widget that is using PageAlias.Thanks.
I have setup an empty MVC site in my Kentico 12SP CMS, but whenever I attempt to add a page I receive this error:An error occurred while attempting to retrieve page templates. Contact your system a...
Hi, I need to create a widget, where editors can define a list of Tabs (e.g. 1 to 5 Tabs), and I need them to be able to add a nested widget into every individual Tab. So I am wondering, is there a...
Cannot save an mvc widget on version 12sp.After moving the widget to a different zone, no actions can take place on the page until the site is completely refreshed: cannot save/reject, cannot go to...
I am trying to figure out the best way to approach our transition from Portal Engine sites to MVC. We have multiple sites with different domains. This was easy to set up with Portal Engine and be a...
Hi,Do we have an option for URL selector form component in MVC widget properties like what we have it on Page type form control list ?Thanks. -Gihan
Hello,Using the API, I am adding new attachment to my page and it works fine:attachment = DocumentHelper.AddAttachment(page, @DocFile@, targetFilePath); attachment.AttachmentName = file.Name; attac...
Hi,With Kentico 12, I am using this API code for creating or updating pages in my tree. Unfortunately, there is no staging task being generated in the @Staging@ app. How could I create these tasks ...