Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions modules/ROOT/pages/creating-a-skin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

This section provides information on how to manually create a new skin to customize the appearance of {productname} {productmajorversion}.

The {productname} Skin Tool provides an interactive method for designing and creating a skin for {productname}, visit: http://skin.tiny.cloud/[http://skin.tiny.cloud/].

== Prerequisites

This guide assumes:
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/customize-ui.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tinymce.init({
});
----

To create a skin interactively, visit http://skin.tiny.cloud/t5/[the {productname} 6 Skin Tool]. For information on manually creating skins for {productname}, see xref:creating-a-skin.adoc[Creating a skin].
For information on manually creating skins for {productname}, see xref:creating-a-skin.adoc[Creating a skin].

NOTE: Developers often confuse the difference between {productname} "themes" and "skins". A *Skin* in {productname} is used to make changes to the appearance of the editor, for example, colors, margins, padding, fonts, icons, etc. A *Theme* creates the editor construction (left, top, bottom, or right of the editing area - vertical or horizontal, inline or outside, etc.). A skin usually changes the color scheme of a button, dialog, etc. while the theme applies to the whole editor including its functionality and has child skins to change the appearance.

Expand Down