Skip to content

Custom changes in vendor JS libraries

Tomasz Dziuda edited this page Feb 20, 2022 · 5 revisions

It is a list of custom changes applied to the 3rd party libraries used in Publii.

TinyMCE

  • (Last change: 18.II.2022) Custom changes inside the autosave plugin - for using custom ID in the local storage
  • (Last change: 18.II.2022) Custom changes inside the image plugin - for using custom classes for the figure element
  • (Last change: 20.II.2022) Custom changes inside the media plugin - for using custom figure wrappers around HTML output
  • (Last change: 18.II.2022) Custom changes inside the media plugin - disabled protocol-less URLs to videos - improved regexps

FTP node module

  • socket.setKeepAlive(true) -> socket.setKeepAlive(false)

Moved to the custom modules section in the back-end in order to avoid issues with future package updates.