# HG changeset patch # User Damien Correia # Date 1528107818 -7200 # Node ID ca63b1a69cbbb72abbb48a06a41bd1a5652190b5 # Parent 5cf9c8a16aee5d27f846cb2a06f948e5df173416 Updated paragraph doc diff -r 5cf9c8a16aee -r ca63b1a69cbb src/source/howto-paragraph.rst --- a/src/source/howto-paragraph.rst Mon Jun 04 11:56:08 2018 +0200 +++ b/src/source/howto-paragraph.rst Mon Jun 04 12:23:38 2018 +0200 @@ -173,6 +173,7 @@ ----------- - *HTML* + .. code-block:: python @pagelet_config(name='properties.html', context=IContactParagraph, layer=IPyAMSLayer, @@ -196,7 +197,7 @@ if 'address' in self.widgets: self.widgets['address'].widget_css_class = 'textarea' - - *JSON* +- *JSON* .. code-block:: python