Topic on Extension talk:TinyMCE

Special:Version doesn't show TinyMCE 1.34

2
Deadly Artist (talkcontribs)

First, as in title, the version page shows all extensions except for TinyMCE.

Second, I use Minerva skin and unlike vector, it shows no "Edit source" button and the "Edit" button instead works like "Edit source" button in vector.

86.164.121.59 (talkcontribs)

Hi, thanks for letting me know.

The version number is declared in the file extension.json which is in the root directory of the extension. It should contain the following, which is used by special:version

"@Note": "When updating this file please also update TinyMCE.php with the same changes.",
"name": "TinyMCE",
"version": "0.3",
"author": [
  "Ephox",
  "Hallo Welt",
  "Duncan Crane",
  "Yaron Koren"
],

If this is present, the version number should appear in Special:version. If it doesn't then you may have a problem with your download? I'm currently using 1.31 and it displays OK.

I'm not sure I understand if you are not being shown the tab for editing TinyMCE at all or if it is just that the documentation applies only to Vector, would you mind clarifying?

Many thanks

Duncan