mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-16 10:44:55 +02:00
Add Sections + Add setting($key) function
Reorganisation
This commit is contained in:
@@ -7,6 +7,5 @@
|
||||
"contact": "nobody@example.org",
|
||||
"require": {
|
||||
"myaac": "0.9.0"
|
||||
},
|
||||
"settings": "plugins/example-settings-plugin/settings.php"
|
||||
}
|
||||
}
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user