Skip to content

Commit

Permalink
[#2977] Remove CKAN prefix from suggested configuration option name.
Browse files Browse the repository at this point in the history
The docs now suggest to use `my_extension.my_setting` instead of the
previously suggested `ckan.my_extension.my_setting`.
  • Loading branch information
torfsen committed Sep 12, 2016
1 parent 18e140b commit e855b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/extensions/best-practices.rst
Expand Up @@ -50,7 +50,7 @@ conflicts you should prefix any public name that your extension introduces with
the name of your extension. For example:

* The names of *configuration settings* introduced by your extension should
have the form ``ckan.my_extension.my_config_setting``.
have the form ``my_extension.my_config_setting``.

* The names of *templates and template snippets* introduced by your extension
should begin with the name of your extension::
Expand Down

0 comments on commit e855b55

Please sign in to comment.