TinyMCE PowerPaste and Alternatives
Are there rich-text editor alternatives to the TinyMCE plugin for CMS 12 that provide a WYSIWYG HTML editor?We upgraded to TinyMCE 6 and found some of the features our website editors have been using...
View ArticleTinyMCE epi-link shortcut removed
We're in process of updating to the latest TinyMCE package and one of our editors noticed that the ctrl+k shortcut for the epi-link plugin was no longer supported.Is this an oversight or an intentional...
View ArticleUseNewtonsoftSerialization formats other responses as well
I want to use UseNewtonsoftSerialization for my custom Api Controllers.// Startup.cs services.UseNewtonsoftSerialization(typeof(BaseJsonApiController), settings => { settings.Converters.Add(new...
View ArticleHide default category property
Hi!Does anyone know how to hide the default category property in Optimizely 12? The editor descriptor with the scaffold attribute works in older versions, but it doesn't seem to work in version 12.
View ArticleEmail link from TinyMce breaks when email domain is the same as website...
Hi,We recently upgraded from CMS v12.17.1 to v12.22.7 and this is the second bug we've noticed (first one is over here). This one is a bit more straigtforward, steps to reproduce:Create a hyperlink in...
View ArticleHow can I restrict a specific group user from not creating a page but at the...
Hello,CMS 12We have a requirement where we want to restrict a specific group of Users from creating pages in one specific folder in the page tree but they should however be able to translate a page in...
View ArticleUsing blocks in TinyMCE editor (epi-contentfragment)
Hi all,We're busy migrating multiple websites from CMS 11 to CMS 12 and one thing we're stuck on is drag-and-dropping blocks in TinyMCE editors. On the CMS 11 version this renders the block fine:But on...
View ArticleRequest for comment - Our search implementation in GitHub
Hello fellow developers,We just went through a complete search overhaul of our front-end experience. This was a long time coming and I wanted to share what we've done. If others can benefit from our...
View ArticleCustom Forms Containers in CMS 12
We are upgrading from CMS 11 and CMS 12. One of the many problems that we have encountered is related to forms. We have a custom FormContainerBlock (that is heavily used on our sites). It was...
View ArticlePDF solution for a site running in the DXP
Hello,What would currently be the best solution for generating PDF's on the fly from pages, on a site running in the DXP.John Ligtenberg
View ArticleCustom sorting in CMS interface
Hello fellas!I have created a automatic map structure for a pagetype called news through a event listner. The structure is based on (Type/year/month/news). However I have problems solving the sorting...
View ArticleScheduled job not running with dependency injection for my custom service...
Hi,I am facing an issue with scheduled job, that its not able to start automatically. I am getting below error:UnableToStartException has been thrown by the target of an invocation. [Activation error...
View ArticleIs there a way to give a character limit to XHTMLString and strings?
Hi,At the moment our client is experiencing an issue when translating content using a third party plugin, which says that "The field Title must be a string or array type with a maximum length of...
View ArticleMixed-mode authentication - Identity Server/CMS Identity
I am struggling with getting mixed-mode authentication working in CMS12, we have an Identity Server that is accessed via OpenIdConnect for members to login via the website /login route, and we also...
View ArticleForms causes site to crash in IIS
We recently upgraded a site from CMS 11 to CMS 12 and the site is up and running fine after a few bugs. Now, a few months after the upgrade and deployment there is another bug that I can't quite wrap...
View ArticlePost HTML form to specific method
I have a Razor Page template with an HTML form. I wish to trigger a specific method on the post event.The form is as follows:<form method="post" asp-page-handler="Edit"> <input type="text"...
View ArticleHow can I filter out content usages to remove trashed blocks?
I'm using this code to get the block data.var blockType = contentTypeRepository.Load<RequisitionBlock>(); var contentUsages = contentModelUsage.ListContentOfContentType(blockType); var...
View ArticleIs there an alternative for YouTubeContentProvider in CMS12 ?
We are in the process of doing an upgrade from CMS11 to CMS12, and there is an old implementation of YouTubeContentProvider. Anyone who was able to do the upgrade for this provider ? or is there any...
View ArticleWas there a change in what client.Search() returns?
We have a job that finds a particular type of pages, updates and publishes them. If publishing fails a draft is saved.This is our code to retrieve a page that needs to be updatedreturn...
View ArticleRewriting a query from GetContentResult() to GetSearch()
I had the following query return _client.Search<AuthorPage>() .Filter(x => x.IsDeleted.Match(false)) .Filter(x => x.SearchSubsection().Match("Authors")) .Filter(x =>...
View Article