diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-24 20:03:18 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-24 20:03:18 -0400 |
commit | 725b7d2a551c782b40e69ab1bdc701b5ee899646 (patch) | |
tree | e948f34762d48631a1d58b1ad2190c8a7478c2bf /doc/plugin-metadata.markdown | |
parent | 3a5f5abda2735f3ecf0e02bab3ee5fc11ed3e5bd (diff) | |
parent | 194fbe263e2a862d3bb341ccbadd724f8d8b79e4 (diff) |
Merge pull-request #1993
Diffstat (limited to 'doc/plugin-metadata.markdown')
-rw-r--r-- | doc/plugin-metadata.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugin-metadata.markdown b/doc/plugin-metadata.markdown index 1f4bfa2b..f5ace73c 100644 --- a/doc/plugin-metadata.markdown +++ b/doc/plugin-metadata.markdown @@ -1,7 +1,7 @@ Metadata ======== -You can attach metadata for each project, task and user. +You can attach metadata for each project, task, user or for the whole application. Metadata are custom fields, it's a key/value table. For example your plugin can store external information for a task or new settings for a project. @@ -34,6 +34,7 @@ Metadata types - TaskMetadata: `$this->taskMetadata` - ProjectMetadata: `$this->projectMetadata` - UserMetadata: `$this->userMetadata` +- Settings/Config: `$this->config` Notes ----- |