plain-solutions-gmbh / kirby-form-block-suite

This form plugin for Kirby offers you maximum flexibility and usability. It can be used as a block anywhere you needed. This repository replaces the obsolete version 2.0.
Other
38 stars 11 forks source link

default_language in config breaks site #17

Closed matobeag closed 1 year ago

matobeag commented 1 year ago

Kirby 3.9.2 If I set the default_language in the config, the site breaks

'microman.formblock' => [
  'default_language' = 'de'
]
Screenshot 2023-03-16 at 09 02 03
plain-solutions-gmbh commented 1 year ago

Thanks for your your report. Could you enable the debug-mode and send me the screenshot of the error message?

iaindarkflare commented 1 year ago

I had the same issue, I believe the example is missing an ">", changing to the below fixed it for me.

'microman.formblock' => [ 'default_language' => 'de' ]

matobeag commented 1 year ago

I had the same issue, I believe the example is missing an ">", changing to the below fixed it for me.

'microman.formblock' => [ 'default_language' => 'de' ]

🙈 Yes, this fixed the issue for me. Thank you

plain-solutions-gmbh commented 1 year ago

🤦🏻‍♂️ Thanks you guys for your feedback. I just fixed the manual.