1
0
Fork 0
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:
Harvey Kandola 2017-12-26 15:38:55 +00:00
parent b9394a4967
commit a13b631a7e
5 changed files with 70 additions and 15 deletions

View file

@ -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
}
};