-
Notifications
You must be signed in to change notification settings - Fork 56
/
fields.json
78 lines (77 loc) · 5.11 KB
/
fields.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"Timestamp": "Data when the entry was submitted",
"Name": "Name of the CMS System",
"Version": "Version of the system",
"License": "License of the system",
"Inception": "When was the project started?",
"Target Audience": "Enterprise/Professional/Small Project/Your Target",
"Open Source": "Yes/No",
"Cloud Service": "Yes/No",
"On Premises Installation": "Yes/No",
"Cloud Service Hosted in Europe": "Yes/No/NA",
"Commercial Support Available?": "Yes/No",
"GraphQL API": "Yes/No",
"REST API": "Yes/No",
"Search API": "Yes/No",
"Search Features [Full Text Search]": "Yes/No",
"Search Features [Stemming]": "Yes/No",
"Search Features [Stop Words]": "Yes/No",
"Search Features [Boosting]": "Yes/No",
"Search Features [Autocompletion]": "Yes/No",
"Search Features [Autosuggestion]": "Yes/No",
"Search Features [Result Highlighting]": "Yes/No",
"Search Features [Geospatial Search]": "Yes/No",
"Search Features [Search within uploads (pdf,doc)]": "Yes/No",
"Image Manipulation": "Can images be cropped / resized?",
"Image Focalpoint support": "Can a focal point be set to images in order to apply smart cropping?",
"Image Facedetection": "Can faces in images be detected and added to the metadata of the images?",
"Optimized Image Encoding": "Is it possible to optimize images (e.g. WebP, Progressive JPEG)",
"Asset fingerprinting": "Can fingerprints of assets (image, video, audio) be generated in order to find similar assets?",
"CDN Support": "Can Assets be distributed to a CDN in order to speed-up content delivery?",
"Antivirus Scanning": "Can uploads be scanned via an antivirus system?",
"Custom Binary Handler": "Is it possible to directly process uploaded assets (e.g. re-encode videos, shrink large images)?",
"System Requirements": "",
"Supported Databases": "",
"Clustering": "Can the system be setup in a cluster (e.g. HA) - On Premise only",
"Docker Support": "Can the system be run via docker - On Premise only",
"Backup Feature": "Yes/No/NA",
"Import/Export": "Can the whole system or parts be exported and later imported?",
"CLI": "Is there a CLI which can be used to interact with the System from the console?",
"SDK [Java]": "Yes/No",
"SDK [C#]": "Yes/No",
"SDK [PHP]": "Yes/No",
"SDK [JavaScript]": "Yes/No",
"SDK [React]": "Yes/No",
"SDK [AngularJS]": "Yes/No",
"SDK [TypeScript]": "Yes/No",
"Web Hooks": "Yes/No",
"Eventbus": "Is there a websocket eventbus to which clients can connect in order to exchange messages or to get informed about content changes?",
"Bulk Import": "Is there a feature for bulk imports?",
"Client Side Forms": "Is it possible to manage forms with the System? (e.g. Add a poll to a website and store the data in the CMS)",
"Sitemap Generation": "Does the system provide ways to automatically generate a sitemap / google sitemap?",
"Plugin System": "Can the system be extended via custom plugins?",
"Customizable UI": "Can the UI be customized? (e.g. by adding custom form elements)",
"Custom Field Types": "Is it possible to add custom field types?",
"User Management": "Does the system provide a way to manage users?",
"Role Based Permissions": "Are permissions bound to roles?",
"Document Level Permissions": "Can individual documents have dedicated permissions?",
"OAuth 2.0 Support": "Is it possible to connect to an OAuth 2.0 provider to authenticate users?",
"Auditing": "Will actions be logged? Is it possible to see what changes have been made by whom?",
"API Keys": "Yes/No",
"Project Support": "Is it possible to have multiple projects/spaces which dedicated contents?",
"I18N Localized Content": "Yes/No",
"Content Trees": "Can contents be structured in a tree? Can folders be used?",
"Tagging": "Yes/No",
"Content Relations": "How can individual contents be linked to each other?",
"Nesting of Fields": "Is it possible to nest a field within a different field in order to create complex field types? (e.g. vcard type which consists of name field and address field)",
"GDPR Compliance": "Is the system GDPR compliant? Is it possible to quickly find and anonymize stored contents which contain user specific information (e.g. Name, Address, Date of Birth). Summarize compliance support.",
"Editing Conflict Detection": "Will conflicts for concurrent updates / edits be detected?",
"Versioning": "Will contents be versioned?",
"Content Scheduling": "Is it possible to publish a specific content on a specific date?",
"Content Branches": "Can contents be branched in order to e.g. refactor the content structure for a relaunch of the connected website?",
"Content Models / Schemas": "Does the System provide a strict content schema?",
"Content Model / Schema Versioning": "Are the content models versioned? Can older versions be accessed?",
"Content Migration": "Is it possible to automatically migrate contents if the underlying schema changes? (e.g. Change field type from number to string)",
"Workflows": "Does the system support editing workflows?",
"Special Features": ""
}