Skip to content

Commit

Permalink
fix: missing settings project-wide for xml entities tooltip
Browse files Browse the repository at this point in the history
Change-Id: Ia8ecb18e708cc987cdc2c1d31b8147ceff5dd9a6
  • Loading branch information
pdessauw authored and Guillaume-sousa committed Jul 17, 2023
1 parent bb982d6 commit a128dc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mdcs/core_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@
""" :py:class:`str`: Google Analytics tracking ID. Adds gtag to user pages if set.
"""

ENABLE_XML_ENTITIES_TOOLTIPS = True
""" :py:class:`bool`: Enable XML entities tooltips during curation.
"""

CAN_ANONYMOUS_ACCESS_PUBLIC_DOCUMENT = False
""" :py:class:`bool`: Can anonymous user access public document.
"""
Expand Down

0 comments on commit a128dc2

Please sign in to comment.