remove mukadi/settings-bundle recipe

This commit is contained in:
Olivier M. Mukadi
2018-07-20 12:24:10 +01:00
parent 66b5fe55e2
commit 83d08cbdfb
4 changed files with 0 additions and 32 deletions
@@ -1,7 +0,0 @@
mukadi_settings:
# settings:
# currency:
# type: choice
# options:
# label: 'Set default currency'
# choices: '(one, two, three)'
-9
View File
@@ -1,9 +0,0 @@
{
"bundles": {
"Mukadi\\SettingsBundle\\MukadiSettingsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"public/": "%PUBLIC_DIR%"
}
}
@@ -1,7 +0,0 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* go to the 'config/packages/mukadi_settings.yaml' file and your settings form.
* <fg=blue>Read</> the documentation at <comment>https://github.com/mbo2olivier/mukadi-settings-bundle</>
@@ -1,9 +0,0 @@
<?php
namespace App\Entity;
use Doctrine\ORM\Mapping as ORM;
use Mukadi\SettingsBundle\Entity\Param as Base;
/**
* @ORM\Entity()
*/
class Param extends Base{}