silverstripe / cwp

Common Web Platform (CWP) features module. We strongly recommend using it for all new CWP projects. Future features will be delivered here.
https://www.cwp.govt.nz
BSD 3-Clause "New" or "Revised" License
10 stars 27 forks source link

No anchor functionality in TinyMCE #244

Closed brynwhyman closed 4 years ago

brynwhyman commented 4 years ago

Overview

Anchor functionality was (re)introduced into TinyMCE with https://github.com/silverstripe/silverstripe-cms/issues/2268, however this functionality hasn't been ported to CWP.

Steps to reproduce

  1. Install silverstripe-installer @4.5-rc1; identify you can create and link to anchors in TinyMCE
  2. Install cwp-installer @2.5-rc1 (4.5-rc1); identify no anchor functionality is present

Expected behaviour

NightJar commented 4 years ago

This is because CWP uses an entirely different editor configuration named cwp as opposed to the default cms. https://github.com/silverstripe/cwp/blob/2.5.0-rc1/_config.php#L16

NightJar commented 4 years ago

https://github.com/silverstripe/cwp/pull/245

brynwhyman commented 4 years ago

Closed with #245