cortex-cms / cortex

:pencil: A headless, multitenant dynamic content platform powered by Rails, GraphQL and Elasticsearch
https://docs.cortexcms.org/
Apache License 2.0
32 stars 6 forks source link

bugfix: YAML Codemirror Editor Disable Tabs Default #534

Closed MKwenhua closed 7 years ago

MKwenhua commented 7 years ago

Purpose There was a bug that whenever someone copied a line and then repasted it, the editor would not save. Additionally using the tab key to indent two spaces was actually saved as invalid YAML.

JIRA

Changes

Screenshots

Feature Server

How to Verify These Changes

Relevant PRs/Dependencies

Additional Information

I made the mistake of setting indentWithTabs to true. Here is the Code Mirror docs: https://codemirror.net/doc/manual.html

MKwenhua commented 7 years ago

@toastercup I will switch cortex develop back to legacy-develop once this gets approved or if we decide not to merge it.But I need a Cortex branch that has sites configured in cloud66 to feed from.