Skip to main content
Nintex Community Menu Bar
Question

Hide Edit Gear on Page in V2

  • July 11, 2024
  • 2 replies
  • 11 views

Forum|alt.badge.img+5

Hi,

How do I get rid of the edit gear in the design system of v2? Since there is no CSS.

Thanks

Capture.JPG

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 12, 2024

This is possible in the page XML.

Open the XML editor and add this property to the “skuid__page” node (the first line of XML)

hideeditbutton=“true”

That should take care of it for you.


Forum|alt.badge.img+5
  • Author
  • July 12, 2024

Yep, that did it Rob. Thank you!