2

I have created some CE types with ext:mask and if I insert a CE in the page in the FE this error appears:

Content Element type "mask_my_own_ce" has no rendering definition!

I have inserted the static template of mask, and just edited the generated fluid template

biesior
  • 55,576
  • 10
  • 125
  • 182
Bernd Wilke πφ
  • 10,390
  • 1
  • 19
  • 38

2 Answers2

7

The Fluid Styled Content Static Template has to be included before Mask Static Template, otherwise no mask-elements are shown.

Marcus
  • 822
  • 1
  • 8
  • 27
  • 1
    I missed the inclusion of FSC-static template in my site-extension. After moving mask static template to last position, it works. – Bernd Wilke πφ Sep 20 '16 at 12:27
1

Hej, did you try to delete the cache in the install tool?

Felix
  • 68
  • 1
  • 4