Try to fix items enumeration README.md

This commit is contained in:
Dmitriy Simushev 2014-11-27 12:11:48 +00:00
parent 163324ce9b
commit eb838a3437

View File

@ -7,13 +7,13 @@ It does nothing but can be used as a template for a real plugin.
1. Download files of the plugin. 1. Download files of the plugin.
2. Create folder "```<Mibew root>```/plugins/Mibew/Mibew/Plugin/Boilerplate" (case does matter). 2. Create folder "```<Mibew root>```/plugins/Mibew/Mibew/Plugin/Boilerplate" (case does matter).
3. Put files of the plugins to the just created folder. 3. Put files of the plugins to the just created folder.
4. Add plugins configs to "plugins" structure in "```<Mibew root>```/configs/config.yml". 4. Add plugins configs to "plugins" structure in "```<Mibew root>```/configs/config.yml". If the "plugins" stucture looks like ```plugins: []``` it will become:
If the "plugins" stucture looks like ```plugins: []``` it will become: ```yaml
```yaml plugins:
plugins: "Mibew:Boilerplate":
"Mibew:Boilerplate": very_important_value: "$3.50"
very_important_value: "$3.50" ```
```
5. Navigate to "`<Mibew Base URL>`/operator/plugin" page and enable the plugin. 5. Navigate to "`<Mibew Base URL>`/operator/plugin" page and enable the plugin.