Skip to content
Snippets Groups Projects
Commit 17f4b167 authored by jan.bednarik's avatar jan.bednarik
Browse files

elections2021: Allow document links everywhere

parent 0d3380f2
Branches
No related tags found
2 merge requests!269release,!268Volby
Pipeline #3746 passed
...@@ -61,11 +61,27 @@ CANDIDATE_RICH_TEXT_FEATURES = [ ...@@ -61,11 +61,27 @@ CANDIDATE_RICH_TEXT_FEATURES = [
"ol-elections2021", "ol-elections2021",
"blockquote-elections2021", "blockquote-elections2021",
"link", "link",
"document-link",
] ]
RESTRICTED_FEATURES = ["superscript", "italic", "link"] RESTRICTED_FEATURES = ["superscript", "italic", "link", "document-link"]
STANDARD_FEATURES = ["h4", "ul-elections2021", "superscript", "link", "italic"]
EXTRA_FEATURES = ["h4", "ul-program-elections2021", "superscript", "link", "italic"] STANDARD_FEATURES = [
"h4",
"ul-elections2021",
"superscript",
"link",
"italic",
"document-link",
]
EXTRA_FEATURES = [
"h4",
"ul-program-elections2021",
"superscript",
"link",
"italic",
"document-link",
]
ARTICLES_PER_PAGE = 9 ARTICLES_PER_PAGE = 9
TOP_CANDIDATES_NUM = 12 TOP_CANDIDATES_NUM = 12
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment