diff --git a/mukadi/settings-bundle/1.0/config/packages/mukadi_settings.yaml b/mukadi/settings-bundle/1.0/config/packages/mukadi_settings.yaml deleted file mode 100644 index da34669c..00000000 --- a/mukadi/settings-bundle/1.0/config/packages/mukadi_settings.yaml +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 41c41b77..00000000 --- a/mukadi/settings-bundle/1.0/manifest.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "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 deleted file mode 100644 index 05895bb4..00000000 --- a/mukadi/settings-bundle/1.0/post-install.txt +++ /dev/null @@ -1,7 +0,0 @@ - - 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 deleted file mode 100644 index 334b4e54..00000000 --- a/mukadi/settings-bundle/1.0/src/Entity/Param.php +++ /dev/null @@ -1,9 +0,0 @@ -