chore: pint
Some checks are pending
tests / ci (push) Waiting to run

This commit is contained in:
Benjamin Nussbaum 2025-08-27 23:03:07 +02:00
parent 14d0fbfa7e
commit f777e850b1

View file

@ -322,15 +322,15 @@ LIQUID
data: [ data: [
'quotes' => [ 'quotes' => [
'english' => ['Demo Quote'], 'english' => ['Demo Quote'],
'german' => ['Demo Zitat'] 'german' => ['Demo Zitat'],
], ],
'trmnl' => [ 'trmnl' => [
'plugin_settings' => [ 'plugin_settings' => [
'custom_fields_values' => [ 'custom_fields_values' => [
'language' => 'english' 'language' => 'english',
] ],
] ],
] ],
] ]
); );