Hi everyone. Anyone know how to get rid of annoying popups when using the Pinegrow interface? For example, I use Fontawesome 5 which uses CSS classes +JS to generate SVG content (it replaces the code). When I try to edit the code (click element on page, code appears in “Element code” tab) I get the following
It’s an alert entitled “Can not edit this element”. I can get rid of it by clicking “Edit anyway”. Problem is, as soon as I start typing again the annoying popup re-appears! I assume that it thinks Fontawesome is changing the code, therefore it’s warning me that the code is going to be generated automatically. Since I am fully aware of how Fontawesome behaves, I am getting frustrated by this repeated warning message! Anyone know if there is some secret config equivalent to “Don’t show this again”?
FYI: I am NOT attempting to edit the “dynamic” (generated) code, just the “static” (pre-generated) code such as CSS class name and static text within a tag.