diff --git a/mukadi/settings-bundle/1.0/config/packages/mukadi_settings.yaml b/mukadi/settings-bundle/1.0/config/packages/mukadi_settings.yaml new file mode 100644 index 00000000..da34669c --- /dev/null +++ b/mukadi/settings-bundle/1.0/config/packages/mukadi_settings.yaml @@ -0,0 +1,7 @@ +mukadi_settings: +# settings: +# currency: +# type: choice +# options: +# label: 'Set default currency' +# choices: '(one, two, three)' diff --git a/mukadi/settings-bundle/1.0/manifest.json b/mukadi/settings-bundle/1.0/manifest.json new file mode 100644 index 00000000..41c41b77 --- /dev/null +++ b/mukadi/settings-bundle/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Mukadi\\SettingsBundle\\MukadiSettingsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "public/": "%PUBLIC_DIR%" + } +} diff --git a/mukadi/settings-bundle/1.0/post-install.txt b/mukadi/settings-bundle/1.0/post-install.txt new file mode 100644 index 00000000..05895bb4 --- /dev/null +++ b/mukadi/settings-bundle/1.0/post-install.txt @@ -0,0 +1,7 @@ + + What's next? + + + * go to the 'config/packages/mukadi_settings.yaml' file and your settings form. + + * Read the documentation at https://github.com/mbo2olivier/mukadi-settings-bundle diff --git a/mukadi/settings-bundle/1.0/src/Entity/Param.php b/mukadi/settings-bundle/1.0/src/Entity/Param.php new file mode 100644 index 00000000..334b4e54 --- /dev/null +++ b/mukadi/settings-bundle/1.0/src/Entity/Param.php @@ -0,0 +1,9 @@ +