Editing profiles: Simple vs. Advanced
Because XWiki is an application wiki, not all users need to use advanced features. Some users only need to focus on creating content, while others want to structure content by creating complex applications. That's why XWiki supports two types of profiles—Simple and Advanced—to accommodate those different user needs. By default, new users are assigned the Simple profile, but this can be changed from the User Profile (accessible via the top-right menu when logged in).
Depending on the profile type a user has, the editing capabilities are different.
Simple user
Clicking on the "Edit" button has the following behavior for a "Simple" user:
- If the page is displayed by a sheet (e.g., has an associated object with a sheet), then the page is edited in Inline form edit mode.
- If the page is a plain wiki page (i.e., doesn't use a sheet):
- If WYSIWYG is the preferred editor and the page syntax supports it, editing happens in-place.
- Otherwise, editing defaults to Wiki edit mode.
Advanced user
The Advanced profile provides access to all editing modes, intended for users familiar with XWiki internals and programming features. After switching to the Advanced profile from the User Profile page, the Edit button reveals a dropdown with the following options:
- Wiki: Edit raw wiki content.
- Form Editing Mode: Edit page content via form when a sheet is available.
- Object Editing Mode: Edit objects attached to the page.
- Class Editing Mode: Edit the class definition of the page.
- Access Rights Editing Mode: Available for Terminal pages only. For Nested Pages, use Administer Page under More Actions (three-dot menu).