diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-12 12:30:44 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-12 12:30:44 -0400 |
| commit | d9050d0faacb0434a94e4bce2acc8f99e189db4f (patch) | |
| tree | 8ffea7df643ffe9c6063df18db55a24722451b2c /server/lib/views/staff/fields.js | |
| parent | 554463ca8e8492bfd5f0f496e3a2291bfb495f80 (diff) | |
refactor staff area
Diffstat (limited to 'server/lib/views/staff/fields.js')
| -rw-r--r-- | server/lib/views/staff/fields.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/server/lib/views/staff/fields.js b/server/lib/views/staff/fields.js new file mode 100644 index 0000000..57eea7e --- /dev/null +++ b/server/lib/views/staff/fields.js @@ -0,0 +1,9 @@ +module.exports = { + user: "_id username displayName photo created_at updated_at last_seen created_ip last_ip", + project: "_id name slug user_id privacy layout_type created_at updated_at", + layout: "_id name slug user_id layout_type created_at updated_at", + plans: "monthly_price yearly_price basic_layout_monthly_price basic_layout_yearly_price " + + "pro_layout_monthly_price pro_layout_yearly_price " + + "basic_layout_limit pro_layout_limit stock_project_limit basic_project_limit pro_project_limit", + plans_permissions: "basic_editor pro_editor sculpture collaborators no_logo", +} |
