summaryrefslogtreecommitdiff
path: root/server/lib/views/staff/fields.js
blob: 84c1efab061af795b187d0757764ded4dc19a53a (plain)
1
2
3
4
5
6
7
8
9
10
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 is_stock created_at updated_at",
  blueprint: "_id name slug user_id 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",
}