Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhinghaus committed May 25, 2018
1 parent 4897e20 commit 8ba0e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ZMI.rst
Expand Up @@ -24,7 +24,7 @@ If you have a Product or package which contains types, which can be added via
the ZMI, the default icon will be shown.

To use one of the new icons add an attribute named `zmi_icon` to the class. The
value should be one of the class of one of the `available icons`_. I.e. to get the
value should be one of the class of one of the `available icons`_. I.e. to get the
info (i in a circle) icon you would set attribute `zmi icon` to `'fas fa-info-circle'`

.. _`zmi.styles` : https://github.com/zopefoundation/zmi.styles
Expand Down Expand Up @@ -85,7 +85,7 @@ Use custom resources via ZMI
To add custom CSS or JavaScript resources via ZMI you have to add a property:

* ``zmi_additional_css_paths`` for additional CSS
* ``zmi_additional_css_paths`` for additional JavaScript
* ``zmi_additional_js_paths`` for additional JavaScript

The properties can have one of the following types:

Expand Down

0 comments on commit 8ba0e8b

Please sign in to comment.