On Jan 11, 2008, at 2:12 PM, Mihails Agafonovs wrote:
In XWiki there are "edit" links to edit
sections. They are only
enabled with Heading 1 and Heading 2. Can this be modified, for
example, how to add this link to Heading 3?
I think you'd need to modify the source code for that.
Check XWikiDocument.java in the getSplitSectionsAccordingToTitle()
method.
I'm not sure why we have limited section editing only to level 1 and
2. I'd be curious to know why. It's not mentioned in the sources.
Thanks
-Vincent