MDL-61817 tinymce: Add privacy implementation for all plugins

None of the TinyMCE plugins have any user preference or database table.
They all implement the null provider.
This commit is contained in:
Andrew Nicols
2018-04-02 13:51:40 +08:00
parent 70937a4a20
commit 522f199222
18 changed files with 424 additions and 1 deletions
@@ -26,3 +26,4 @@ $string['pluginname'] = 'CTRL+right click helper';
/* All lang strings used from TinyMCE JavaScript code must be named 'pluginname:stringname', no need to create langs/en_dlg.js */
$string['ctrlhelp:desc'] = 'CTRL + right click for more options';
$string['privacy:metadata'] = 'The Ctrl+right TinyMCE plugin does not store any personal data.';