Closed (fixed)
Project:
Edit
Version:
7.x-1.0-alpha9
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
9 Apr 2013 at 12:53 UTC
Updated:
4 Jan 2014 at 02:58 UTC
Jump to comment: Most recent
I have made Edit available only to a certain role on my site (unavailable in particular to the "anonymous" user). IMHO this ought to mean that the extra classes and div's which Edit adds to the markup do not appear (since they serve no purpose). But they do.
Comments
Comment #1
wim leers1) Edit only adds data- attributes to "proper" fields. It only adds more things when it could not work otherwise.
2) This is by design, to not break the render cache.
Ill add this to the FAQ in the README.
Comment #2
wim leershttp://drupalcode.org/project/edit.git/commit/42a21ef7f2318b6876ee115443...