Skip to content
Snippets Groups Projects
Commit 29939761 authored by ufundo's avatar ufundo
Browse files

Correct typo

parent 11c965e1
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
Extension authors may want to create settings to store data that relate to their extensions and there is a standard pattern of how this works.
## Creating Setting defintion in an extesnion
## Creating Setting defintion in an extension
1. Create a settings folder within your extension and create a file such as myextension.setting.php this is where you store the setting metadata array as per the [Settings Properties](./properties.md). You should make sure that you set in your setting metadata array the settings_pages. When you are creating your extensions you should make sure to namespace your settings names to avoid conflicts, For example, a 'Rate limit' setting in a 'My Extension' should be named.`my_extension_rate_limit`. The key of the settings pages extension should be the extension short name e.g.
```php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment