New language relevant PR in upstream repo: joomla/joomla-cms#46583 Here are the upstream changes:
Click to expand the diff!
diff --git a/administrator/language/en-GB/plg_editors_tinymce.ini b/administrator/language/en-GB/plg_editors_tinymce.ini
index 3193da4afc17a..6ea1c2bd444f9 100644
--- a/administrator/language/en-GB/plg_editors_tinymce.ini
+++ b/administrator/language/en-GB/plg_editors_tinymce.ini
@@ -64,8 +64,6 @@ PLG_TINY_FIELD_SETACCESS_LABEL="Assign this Set to"
PLG_TINY_FIELD_SKIN_ADMIN_DARK_LABEL="Administrator Skin (Dark Mode)"
PLG_TINY_FIELD_SKIN_ADMIN_LABEL="Administrator Skin"
PLG_TINY_FIELD_SKIN_DARK_LABEL="Site Skin (Dark Mode)"
-PLG_TINY_FIELD_SKIN_INFO_DESC="Copy your new skins to: /media/vendor/tinymce/skins/ui."
-PLG_TINY_FIELD_SKIN_INFO_LABEL="For customised skins go to: <a href=\"https://skin.tiny.cloud/t5/\" target=\"_blank\" rel=\"noopener noreferrer\">Skin Creator</a>"
PLG_TINY_FIELD_SKIN_LABEL="Site Skin"
PLG_TINY_FIELD_SOURCECODE_LABEL="Source Code Highlighting"
PLG_TINY_FIELD_TEXTPATTERN_DESC="Use Markdown syntax to compose content with links, lists, and other styles." ; Do not translate the word Markdown
diff --git a/plugins/editors/tinymce/forms/setoptions.xml b/plugins/editors/tinymce/forms/setoptions.xml
index eccd07d9110d9..914528ea6f707 100644
--- a/plugins/editors/tinymce/forms/setoptions.xml
+++ b/plugins/editors/tinymce/forms/setoptions.xml
@@ -12,13 +12,6 @@
/>
<fieldset name="basic">
- <field
- name="skins"
- type="note"
- label="PLG_TINY_FIELD_SKIN_INFO_LABEL"
- description="PLG_TINY_FIELD_SKIN_INFO_DESC"
- />
-
<field
name="skin"
type="folderlist"
New language relevant PR in upstream repo: joomla/joomla-cms#46583 Here are the upstream changes:
Click to expand the diff!