-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
type: bug 🐛Is a bug; fixes a bugIs a bug; fixes a bug
Description
Hi there, thanks for the input!
Your client-side Panel translation code wasn't working for me, since the table field doesn't decode the stored data from string to an array. The YAML-encoded data from the content file is passed to the Panel as a string:
- - "" - "" - "" - - This is column 1 in row 1 - This is column 2 in row 1 - This is column 3 in row 1I have added a future-proof implementation. If the table field will decode the YAML to an array, the plugin will handle it accordingly.
Originally posted by @johannschopplich in #17
Metadata
Metadata
Assignees
Labels
type: bug 🐛Is a bug; fixes a bugIs a bug; fixes a bug