kopia lustrzana https://github.com/wagtail/wagtail
Merge pull request #2427 from toumaz/fix_settings_docs
Fix site settings docs for setting an iconpull/2372/head
commit
4499a859ba
docs/reference/contrib
|
@ -66,7 +66,7 @@ You can add an icon to the menu by passing an 'icon' argument to the ``register_
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
@register_setting(icon='icon-placeholder')
|
||||
@register_setting(icon='placeholder')
|
||||
class SocialMediaSettings(BaseSetting):
|
||||
class Meta:
|
||||
verbose_name = 'social media accounts'
|
||||
|
|
Ładowanie…
Reference in New Issue