I want to know if ther is a list of features for this decorators:
atl.userprofile, atl.confluence,... as it is for jira (for example atl.jira.view.issues).
I mean, is there a atl.userprofile.details or something like that to edit a user profile page??
There is no such documented list, as far as I know. However, you can see a list of decorators in the /confluence/decorators directory on the server. Each VMD file corresponds to a decorator.
The VM files in /confluence/users (including viewmyprofile.vm) are Velocity templates that define how user actions are displayed. These templates are not decorators (they apply decorators), but they do give you control over the output of the various actions.
The one I mentioned, viewmyprofile.vm is probably the one you're looking for.
Just found this (in 2019) - https://developer.atlassian.com/server/confluence/using-standard-page-decorators/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.