0

Is it possible to inject a HTML, CSS and JavaScript into a block in EPIServer?

I tried to add some HTML and it disappear after saving.

I do not have development access to the CMS but only as a Editor.

Dmytro Pastovenskyi
  • 5,240
  • 5
  • 37
  • 56

1 Answers1

1

In the case a developer have implemented and configured TinyMCEPluginNonVisual it would be possible. Otherwise no.

Allow custom HTML attributes in TinyMCE in EPiServer

Eric Herlitz
  • 25,354
  • 27
  • 113
  • 157
  • I agree, although in most cases I prefer adding it through Google Tag Manager or equivalent (even though changes aren't included in the Episerver version history for the content). Script tags in HTML properties are easily removed accidentally by other web editors in WYSIWYG mode. :) – Ted Nyberg May 26 '17 at 07:47