mirror of
https://github.com/documize/community.git
synced 2025-07-22 14:49:42 +02:00
better constants for EmberJS
This commit is contained in:
parent
b9394a4967
commit
a13b631a7e
5 changed files with 70 additions and 15 deletions
|
@ -39,18 +39,5 @@ export default {
|
|||
PublishedTemplate: 8,
|
||||
PublishedBlock: 9,
|
||||
Feedback: 10
|
||||
},
|
||||
|
||||
ProtectionType: {
|
||||
None: 0,
|
||||
Lock: 1,
|
||||
Review: 2
|
||||
},
|
||||
|
||||
ApprovalType: {
|
||||
None: 0,
|
||||
Anybody: 1,
|
||||
Majority: 2,
|
||||
Unanimous: 3
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue