Skip to content

Commit 21e5360

Browse files
committed
Update plugin configuration instructions
Revised the usage instructions in the plugin description to provide a more detailed and step-by-step guide. This will help users set up the plugin more effectively by following clear and concise steps.
1 parent 41f4879 commit 21e5360

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/main/resources/META-INF/plugin.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
<description><![CDATA[
77
<h1>Plugin For Moodle Developers</h1>
88
<p>This plugin will help Moodle Developers to work quickly and according to Moodle requirements</p>
9-
<p>To configure/use the Moodle Code Styles, go to Preferences > Editor > Code Style > PHP/JavaScript/Less/SCSS/XML, and then select "Set from..." and select "Moodle".</p>
9+
<ol>
10+
<li>Search for Moodle Development and click install</li>
11+
<li>In Settings->PHP->Framework enable the Moodle checkbox</li>
12+
<li>Enter Your full name and email in the relevant fields</li>
13+
<li>For moodle project field enter the directory where the Moodle root directories (if the project is not plugin it should be the same directory as the project)</li>
14+
</ol>
1015
<p>Source is available at <a href="https://github.com:SysBind/moodle-dev">GitHub</a>, pull requests and issues welcome.</p>
1116
]]>
1217
</description>

0 commit comments

Comments
 (0)