mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Provider foundation for doc lifecycle and versions
This commit is contained in:
parent
4e32bffebe
commit
958f4d30b9
19 changed files with 918 additions and 782 deletions
|
@ -27,6 +27,8 @@ export default Model.extend({
|
|||
documentCopy: attr('boolean'),
|
||||
documentTemplate: attr('boolean'),
|
||||
documentApprove: attr('boolean'),
|
||||
documentLifecycle: attr('boolean'),
|
||||
documentVersion: attr('boolean'),
|
||||
name: attr('string'), // read-only
|
||||
members: attr('number') // read-only
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue