2018-04-12 17:11:52 -04:00
|
|
|
module.exports =
|
|
|
|
[
|
|
|
|
{
|
|
|
|
feature: 'number_collab'
|
|
|
|
value: 'str'
|
|
|
|
plans: {
|
|
|
|
free: '1'
|
|
|
|
coll: '10'
|
|
|
|
prof: 'unlimited'
|
|
|
|
}
|
|
|
|
student: '6'
|
|
|
|
}
|
|
|
|
{
|
|
|
|
feature: 'unlimited_private'
|
|
|
|
value: 'bool'
|
|
|
|
info: 'unlimited_private_info'
|
|
|
|
plans: {
|
|
|
|
free: true
|
|
|
|
coll: true
|
|
|
|
prof: true
|
|
|
|
},
|
|
|
|
student: true
|
|
|
|
}
|
|
|
|
{
|
|
|
|
feature: 'realtime_collab'
|
|
|
|
value: 'bool'
|
|
|
|
info: 'realtime_collab_info'
|
|
|
|
plans: {
|
|
|
|
free: true
|
|
|
|
coll: true
|
|
|
|
prof: true
|
|
|
|
}
|
|
|
|
student: true
|
|
|
|
}
|
|
|
|
{
|
2018-09-17 09:56:19 -04:00
|
|
|
feature: 'thousands_templates'
|
2018-04-12 17:11:52 -04:00
|
|
|
value: 'bool'
|
|
|
|
info: 'hundreds_templates_info'
|
|
|
|
plans: {
|
|
|
|
free: true
|
|
|
|
coll: true
|
|
|
|
prof: true
|
|
|
|
}
|
|
|
|
student: true
|
|
|
|
}
|
|
|
|
{
|
|
|
|
feature: 'powerful_latex_editor'
|
|
|
|
value: 'bool'
|
|
|
|
info: 'latex_editor_info'
|
|
|
|
plans: {
|
|
|
|
free: true
|
|
|
|
coll: true
|
|
|
|
prof: true
|
|
|
|
}
|
|
|
|
student: true
|
|
|
|
}
|
|
|
|
{
|
|
|
|
feature: 'realtime_track_changes'
|
|
|
|
value: 'bool'
|
|
|
|
info: 'realtime_track_changes_info'
|
|
|
|
plans: {
|
|
|
|
free: false
|
|
|
|
coll: true
|
|
|
|
prof: true
|
|
|
|
},
|
|
|
|
student: true
|
|
|
|
}
|
|
|
|
{
|
|
|
|
feature: 'reference_search'
|
|
|
|
value: 'bool'
|
|
|
|
info: 'reference_search_info'
|
|
|
|
plans: {
|
|
|
|
free: false
|
|
|
|
coll: true
|
|
|
|
prof: true
|
|
|
|
},
|
|
|
|
student: true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
feature: 'reference_sync'
|
|
|
|
info: 'reference_sync_info'
|
|
|
|
value: 'bool'
|
|
|
|
plans: {
|
|
|
|
free: false
|
|
|
|
coll: true
|
|
|
|
prof: true
|
|
|
|
},
|
|
|
|
student: true
|
|
|
|
}
|
|
|
|
{
|
|
|
|
feature: 'full_doc_history'
|
|
|
|
value: 'bool'
|
|
|
|
info: 'full_doc_history_info'
|
|
|
|
plans: {
|
|
|
|
free: false,
|
|
|
|
coll: true,
|
|
|
|
prof: true
|
|
|
|
},
|
|
|
|
student: true
|
|
|
|
}
|
|
|
|
{
|
|
|
|
feature: 'dropbox_integration_lowercase'
|
|
|
|
value: 'bool'
|
|
|
|
info: 'dropbox_integration_info'
|
|
|
|
plans: {
|
|
|
|
free: false,
|
|
|
|
coll: true,
|
|
|
|
prof: true
|
|
|
|
},
|
|
|
|
student: true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
feature: 'github_integration_lowercase'
|
|
|
|
value: 'bool'
|
|
|
|
info: 'github_integration_info'
|
|
|
|
plans: {
|
|
|
|
free: false,
|
|
|
|
coll: true,
|
|
|
|
prof: true
|
|
|
|
},
|
|
|
|
student: true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
feature: 'priority_support',
|
|
|
|
value: 'bool',
|
|
|
|
plans: {
|
|
|
|
free: false,
|
|
|
|
coll: true,
|
|
|
|
prof: true
|
|
|
|
},
|
|
|
|
student: true
|
|
|
|
},
|
|
|
|
]
|