Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit e4af647

Browse files
Fix duplication of "Link" and "Unlink" options for HTMLField. (#679)
* 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 <fsbraun@gmx.de>
1 parent f88ca8d commit e4af647

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ jobs:
4848
requirements-file: dj50_cms41.txt
4949
- python-version: 3.8
5050
requirements-file: dj50_cms41.txt
51+
- python-version: 3.8
52+
requirements-file: dj41_cms41.txt
53+
- python-version: 3.8
54+
requirements-file: dj40_cms41.txt
55+
- python-version: 3.8
56+
requirements-file: dj32_cms41.txt
57+
- python-version: 3.8
58+
requirements-file: dj42_cms41.txt
5159
- python-version: 3.9
5260
requirements-file: dj50_cms41.txt
5361
- python-version: "3.10"

djangocms_text_ckeditor/static/djangocms_text_ckeditor/js/cms.ckeditor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
['Bold', 'Italic', 'Underline', 'Strike', '-', 'Subscript', 'Superscript', '-', 'RemoveFormat'],
4141
['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'],
4242
['HorizontalRule'],
43-
['Link', 'Unlink'],
4443
['NumberedList', 'BulletedList'],
4544
['Outdent', 'Indent', '-', 'Blockquote', '-', 'Link', 'Unlink', '-', 'Table'],
4645
['Source']

0 commit comments

Comments
 (0)