AI OnAI Off
Hi Jouni
I did not research the key for Forms but this post should point you in the right direction:
https://www.david-tec.com/2016/05/remove-episerver-ui-components-for-certain-editors/
David
Hey,
This web.config change removes it:
<episerver.shell> <viewManager> <views> <add name="/episerver/cms/home"> <settings> <add name="RemoveFormComponent" transformationType="Remove" definitionName="EPiServer.Forms.Components.FormsComponent" plugInArea="/episerver/cms/assets/defaultgroup" /> </settings> </add> </views> </viewManager> </episerver.shell>
I agree it's a bit annoying :D
Thanks Marija!
What Forms versions does that configuration support? I quickly tested with Forms 4.6.1, but with no luck. What version do you use?
Hey Jouni,
Trying going to My settings -> Display options -> Reset views. Does it work when you do that?
BR,
Marija
Hi Marija,
I found that in this version the namespace is EPiServer.Forms.EditView.Components.FormsComponent. After changing it (and resetting the views) the Forms-tab is gone :)
<viewManager> <views> <add name="/episerver/cms/home"> <settings> <add name="RemoveFormComponent" transformationType="Remove" definitionName="EPiServer.Forms.EditView.Components.FormsComponent" plugInArea="/episerver/cms/assets/defaultgroup" /> </settings> </add> </views> </viewManager>
Hi,
Can I somehow remove the Forms-tab form the Asset pane? Forms are blocks, so it's not needed.