Skip to content

Commit

Permalink
Detail in the README (#52)
Browse files Browse the repository at this point in the history
When SFS is loaded "before" PF, SFS does not work
in the forms (but it appears in Special:Version).
  • Loading branch information
Seb35 authored and kghbln committed Dec 12, 2016
1 parent 528642c commit b21bd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The recommended way to install Semantic Forms Select is by using [Composer][comp
```
1. From your MediaWiki installation directory, execute
`composer require mediawiki/semantic-forms-select:~2.0`
2. Add the following line to your "LocalSettings.php" file:
2. Add the following line to your "LocalSettings.php" file _after the PageForms loading line_:
`wfLoadExtension( 'SemanticFormsSelect' );`
3. Navigate to _Special:Version_ on your wiki and verify that the extension
has been successfully installed.
Expand Down

0 comments on commit b21bd7b

Please sign in to comment.