echocat / adam

Addon which enhances all user profiles of confluence. It also adds an advanced people directory. The whole addon is configurable by means of an XML, can be localized, supports Velocity templates and supports view and edit restrictions.
https://adam.echocat.org
GNU Lesser General Public License v3.0
11 stars 15 forks source link

HowTo get meta data from echocat adam plugin? #58

Closed pick-noteborn closed 8 years ago

pick-noteborn commented 8 years ago

Hi community! I know, how to get information from confluence meta data like remoteUser = AJS.$("meta[name='ajs-remote-user']").attr('content'); but how can i get additional values from adam plugin? This connection = AJS.$("meta[name='org.echocat.adam.connection']").attr('content'); does not work. Regards werner

blaubaer commented 8 years ago

@pick-noteborn currently this feature is not implemented. If you want this create a feature request for it with more details (examples, ...) or create it by you own via pull request. 😺