A plugin to register array fields with a custom input component to store field values in multiple languages, queryable by using the language ID as an array `_key`.
MIT License
45
stars
11
forks
source link
Slate editor error from fields with array of type "block" #39
Error when using portable text (array of type block) fields
I am experiencing an error when editing formattable text within internationalized arrays. The studio runs and the fields appear without issues, but when editing the text I get the following error when attempting to edit the field:
Uncaught error: Cannot resolve a Slate point from DOM point: [object Text]
I do not get any issues with string fields of the type internationalizedArrayString, so the problem seems related to the default portable text editor. Is portable text currently incompatible with this plugin?
Error when using portable text (array of type block) fields
I am experiencing an error when editing formattable text within internationalized arrays. The studio runs and the fields appear without issues, but when editing the text I get the following error when attempting to edit the field:
This is how the field is set up:
I do not get any issues with string fields of the type internationalizedArrayString, so the problem seems related to the default portable text editor. Is portable text currently incompatible with this plugin?