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 ...
Hello,I have an URLs which only contain the name of a document such as (/url?file=doc_1.pdf or /url?file=doc_2.ppt). These documents have been loaded into the Kentico database and appears in the db...