Add Sections + Add setting($key) function

Reorganisation
This commit is contained in:
slawkens
2020-06-09 23:48:31 +02:00
parent 96068d003b
commit 084e191b28
6 changed files with 61 additions and 32 deletions

View File

@@ -7,6 +7,5 @@
"contact": "nobody@example.org",
"require": {
"myaac": "0.9.0"
},
"settings": "plugins/example-settings-plugin/settings.php"
}
}

View File

@@ -17,6 +17,10 @@ return [
you can use this outfit generator: http://sleqqus.idl.pl/tlg<br/>
Format: head,body,legs,feet",
],
'section_1' => [
'type' => 'section',
'title' => 'Section Test',
],
'just_testing_boolean' => [
'name' => 'Just Testing Boolean',
'type' => 'boolean',