Skip to content

Commit

Permalink
Fix duplication of "Link" and "Unlink" options for HTMLField. (#679)
Browse files Browse the repository at this point in the history
* fix(settings): Remove duplication of Link and Unlink from HTMLField default settings

* Update test.yml to exclude py38 from CMS 4.1 tests

---------

Co-authored-by: Fabian Braun <[email protected]>
  • Loading branch information
DmytroLitvinov and fsbraun authored Aug 21, 2024
1 parent f88ca8d commit e4af647
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ jobs:
requirements-file: dj50_cms41.txt
- python-version: 3.8
requirements-file: dj50_cms41.txt
- python-version: 3.8
requirements-file: dj41_cms41.txt
- python-version: 3.8
requirements-file: dj40_cms41.txt
- python-version: 3.8
requirements-file: dj32_cms41.txt
- python-version: 3.8
requirements-file: dj42_cms41.txt
- python-version: 3.9
requirements-file: dj50_cms41.txt
- python-version: "3.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
['Bold', 'Italic', 'Underline', 'Strike', '-', 'Subscript', 'Superscript', '-', 'RemoveFormat'],
['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
['HorizontalRule'],
['Link', 'Unlink'],
['NumberedList', 'BulletedList'],
['Outdent', 'Indent', '-', 'Blockquote', '-', 'Link', 'Unlink', '-', 'Table'],
['Source']
Expand Down

0 comments on commit e4af647

Please sign in to comment.