* New translations en-US.yaml (Indonesian)
* New translations en-US.yaml (Spanish, Chile)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Breton)
* New translations en-US.yaml (Serbian (Latin))
* New translations en-US.yaml (Spanish, Latin America)
* New translations en-US.yaml (Vietnamese)
* New translations en-US.yaml (Russian)
* New translations en-US.yaml (Polish)
* New translations en-US.yaml (Portuguese)
* New translations en-US.yaml (Swedish)
* New translations en-US.yaml (Turkish)
* New translations en-US.yaml (Estonian)
* New translations en-US.yaml (Portuguese, Brazilian)
* New translations en-US.yaml (Chinese Traditional)
* New translations en-US.yaml (French)
* New translations en-US.yaml (Spanish)
* New translations en-US.yaml (Arabic)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (Catalan)
* New translations en-US.yaml (Danish)
* New translations en-US.yaml (German)
* New translations en-US.yaml (Finnish)
* New translations en-US.yaml (Hungarian)
* New translations en-US.yaml (Chinese Simplified)
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (Lithuanian)
* New translations en-US.yaml (Dutch)
* New translations en-US.yaml (Norwegian)
* New translations en-US.yaml (Slovenian)
* New translations en-US.yaml (English, United Kingdom)
* Markdown Interface Updates
- "Editor" button text fixed to "Edit"
- Edit and Preview buttons stay highlighted based on current mode
- Added interface option for Editor and Preview Font type
- Copied WYSIWYG CSS correct stylings to Markdown
- Added custom block option placeholders for each input
- Changed icon heading to use format_size icon
- Added toolbar controls
* Refactoring based on review
- Edit translation string for name in placeholder
- Wrapped preview hidden toolbars with a <template v-if>
- Changed .indexOf to .includes
- Added translation strings for Edit and Preview
* Refactoring - took off uncessary text
* Markdown Interface Updates
- "Editor" button text fixed to "Edit"
- Edit and Preview buttons stay highlighted based on current mode
- Added interface option for Editor and Preview Font type
- Copied WYSIWYG CSS correct stylings to Markdown
- Added custom block option placeholders for each input
- Changed icon heading to use format_size icon
- Added toolbar controls
* Refactoring based on review
- Edit translation string for name in placeholder
- Wrapped preview hidden toolbars with a <template v-if>
- Changed .indexOf to .includes
- Added translation strings for Edit and Preview
* Refactoring - took off uncessary text
* Changed to use --family- fonts
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
Co-authored-by: Jose Varela <joselcvarela@gmail.com>
* New translations en-US.yaml (Spanish, Chile)
* New translations en-US.yaml (Spanish, Latin America)
* New translations en-US.yaml (Spanish)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (Italian)
* Use `merge` for `layout_query` and `layout_options`
* Fixed typo
* Don't use merge for layout_query and layout_options
* Removed unused import
* Fixed copypaste typo
* Make sure we don't accidentally break nested referenced objects
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* New translations en-US.yaml (Spanish)
* New translations en-US.yaml (Finnish)
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (Ukrainian)
* Added Line Wrapping to Codeview of CodeMirror
In the formated code fields line breaks are not done, which requires
scrolling. This might be configurable in the future.
* Make line-wrapping an opt-in options
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* Add a tip explaining HTTP Only cookies issue
Watching the Discord, I see this issue coming up fairly frequently, when someone is developing a front end app locally, and their app suddenly stops working with the message
> Error: "refresh_token" is required in either the JSON payload or Cookie
This tip explains the cause of the issue, and two different workarounds.
* use relative link
Co-authored-by: Azri Kahar <azrikahar@outlook.com>
* move title input up for dividers
* WIP
* simplify key id
* add contrast to notices in field configuration
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* autofocus first input in create form
* add autofocus to translations interface
* avoid setting firstEditableField to hidden fields
* Base autofocus on prop
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>