Skip to content

Commit 66b5fe5

Browse files
committed
add mukadi/settings-bundle recipe
1 parent efcbf1c commit 66b5fe5

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
mukadi_settings:
2+
# settings:
3+
# currency:
4+
# type: choice
5+
# options:
6+
# label: 'Set default currency'
7+
# choices: '(one, two, three)'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"bundles": {
3+
"Mukadi\\SettingsBundle\\MukadiSettingsBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/",
7+
"public/": "%PUBLIC_DIR%"
8+
}
9+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<bg=blue;fg=white> </>
2+
<bg=blue;fg=white> What's next? </>
3+
<bg=blue;fg=white> </>
4+
5+
* go to the 'config/packages/mukadi_settings.yaml' file and your settings form.
6+
7+
* <fg=blue>Read</> the documentation at <comment>https://github.com/mbo2olivier/mukadi-settings-bundle</>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
namespace App\Entity;
3+
4+
use Doctrine\ORM\Mapping as ORM;
5+
use Mukadi\SettingsBundle\Entity\Param as Base;
6+
/**
7+
* @ORM\Entity()
8+
*/
9+
class Param extends Base{}

0 commit comments

Comments
 (0)