Skip to content

Commit

Permalink
Merge branch '0.12' into 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Sep 23, 2019
2 parents d2748ba + 3e9d76c commit d94a5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ezplatform/custom_params.rst
Expand Up @@ -15,7 +15,7 @@ To override which content types will be used to build the location tree, use
.. code-block:: html

<div class="js-input-browse item-empty"
data-location_content_types="folder,category"
data-custom-location_content_types="folder,category"
>
...
</div>
Expand All @@ -41,7 +41,7 @@ To override which content types will be selectable in the list of items, use
.. code-block:: html

<div class="js-input-browse item-empty"
data-allowed_content_types="news,blog_post"
data-custom-allowed_content_types="news,blog_post"
>
...
</div>
Expand Down

0 comments on commit d94a5a8

Please sign in to comment.