Skip to content

Commit

Permalink
Further improve the Extension examples section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Feb 23, 2024
1 parent b0634f6 commit 29d715c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ To add your local features to Boost Union Child, you can more or less follow all

To help you with the first steps, we have added some markers to Boost Union Child's codebase at the places where you can add your own features. Just search for EXTENSION POINT and you will find the places where you can add your settings, language strings, SCSS code and so on.

In addition to that, have a look at the 'Extensiopn examples' section below.
In addition to that, have a look at the 'Extension examples' section below.

### Finishing your grandchild theme (optional)

Expand Down Expand Up @@ -130,6 +130,15 @@ In the example, we copied the block.mustache template from Moodle core to Boost

Of course, the example code is completed by a Behat test which verifies now and forever that the modified template is used in Boost Union Child.

### Applying the example code branches

As the example code is provided in a simple git branch, you can just merge the code into the master branch if you like and continue from there:

```
git checkout master
git merge extension-setting-scss-variable
```

### Call for proposals

If you have another good extension example for Boost Union Child, we would be grateful if you would contribute it!
Expand Down

0 comments on commit 29d715c

Please sign in to comment.