Skip to content

Commit

Permalink
Update fields and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schüth committed Oct 11, 2018
1 parent 8ef7511 commit 1d10573
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 106 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ For a general overview of Headless CMS systems please visit https://headlesscms.

## Contributing

If you want to contribute the list please copy the [TEMPLATE.json](TEMPLATE.json) and open a pull request.
If you want to contribute the list please copy the [fields.json](fields.json) and open a pull request.
Please include links to the documentation of the listed features in order to allow review of the changes.
100 changes: 0 additions & 100 deletions TEMPLATE.json

This file was deleted.

10 changes: 5 additions & 5 deletions fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"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)?",
"Custom Binary Handler": "Is it possible to hook into the upload process 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",
Expand All @@ -57,17 +57,17 @@
"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)",
"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?",
"Custom Field Types": "Is it possible to add custom field types? (e.g. date field, markdown field)",
"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",
"API Keys": "Can keys be used to authenticate the access to the API?",
"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",
"Tagging": "Is it possible to tag contents or other elements in the system?",
"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.",
Expand All @@ -79,6 +79,6 @@
"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": ""
"Special Features": "Noteworthy features"
}

0 comments on commit 1d10573

Please sign in to comment.