mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Config: Improve the node.config.php transformation
- Add more types - Improvement for assoziative arrays and key-value arrays - Add a lot more tests
This commit is contained in:
parent
eda65296f5
commit
4c28f9cf9c
9 changed files with 301 additions and 43 deletions
|
@ -23,9 +23,13 @@ return [
|
|||
'string2' => 'false',
|
||||
],
|
||||
],
|
||||
'v' => true,
|
||||
'v3' => 1,
|
||||
'bool_true' => true,
|
||||
'bool_false' => false,
|
||||
'int_1_not_true' => 1,
|
||||
'int_0_not_false' => 0,
|
||||
'v4' => 5.6443,
|
||||
'string_1_not_true' => '1',
|
||||
'string_0_not_false' => '0',
|
||||
],
|
||||
],
|
||||
'system' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue