AI OnAI Off
For anyone facing the same issue:
I was involved with the support of Optimizely and the settings above seemed to be picked up properly in the DXP environments, but not locally.
Hence, try to comment out the following startup.cs configuration (if you happen to have one):
if (_webHostingEnvironment.IsDevelopment())
{
// services.Configure<ExternalApplicationOptions>(o => o.OptimizeForDelivery = true);
// services.Configure<ClientResourceOptions>(o => o.Debug = true);
}
Hi
We are running EPiServer.CMS.TinyMCE 4.6.0 and are trying to add the new epi-create-block toolbar configuration, which is not working as intended. The options is not displayed with the following configuration:
When we disable the custom extension of the configuration for Standard Page with the above setting, the default Optimizely TinyMCE configuration kicks in, except the epic-create-block here aswell.
Is there a mismatch in version in terms of dependencies or similiar?
Regards
Eric