Title option is messing with multi-language sites
Thanks a lot for this plugin!
One issue though: this line breaks multi-language websites on $site level. To reproduce, in any multi-language setup, add the plugin and a translatable field in site.yml
. The correct content will be saved in .txt file but both the value displayed in the panel when switching language + front will be broken, always returning the main language's one.
I guess you can't call site()
at this stage, hardcoding the title quickfixes it for me.