diff --git a/docs/settings.rst b/docs/settings.rst index c709a339..97854d01 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -156,9 +156,11 @@ Setting name (default value) What doe `_ `WITH_FUTURE_DATES` (``True``) If disabled, content with dates in the future will get a default status of draft. +`INTRASITE_LINK_REGEX` (''[#]_) Regex to parse intra site links to files, images, category, tags etc ===================================================================== ===================================================================== .. [#] Default is the system locale. +.. [#] Default is ``'(?P<\s*[^\>]*(?:href|src)\s*=) (?P["\'])(?P[|{](?P.*?)[|}] (?P.*?))\2'`` URL settings