first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-09-30 18:11:26 -04:00
commit e592ca6823
27270 changed files with 5002257 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
This files describes API changes in /lib/editor/tiny/* - TinyMCE editor,
information provided here is intended especially for developers.
=== 4.2 ===
* A list of placeholder selectors was created and can be accessed by placeholderSelectors options. The purpose of this list
is to indicate the contents that are only shown in the editor and not to the users, by that way, we can decide to apply or
not to apply rules, styles, etc... to these contents.
Other Tiny plugins can register their placeholder elements to placeholderSelectors list
by calling editor_tiny/options::registerPlaceholderSelectors.