mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
8ba444332a
When editing a page an author may insert anchors into their content (via TinyMCE), and wish to link to those anchors from another point in that page. E.g. creating a table of contents, a "jump to top" link at the base of the content, etc. Previously this required the page to first be saved as a draft, then reloaded before the anchors would show in the list to link to. Now they are dynamically pulled from the content entered for a more fluid editing experience. |
||
---|---|---|
_config | ||
.tx | ||
client | ||
code | ||
lang | ||
templates | ||
tests | ||
_config.php | ||
.codecov.yml | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.nvmrc | ||
.sass-lint.yml | ||
.travis.yml | ||
.upgrade.yml | ||
behat.yml | ||
composer.json | ||
CONTRIBUTING.md | ||
LICENSE | ||
package.json | ||
phpcs.xml.dist | ||
phpunit.xml.dist | ||
README.md | ||
silverstripe_version | ||
webpack.config.js | ||
yarn.lock |
SilverStripe CMS
PHP5 Content Management System (CMS), see http://silverstripe.org. Requires the framework
module and a silverstripe-installer
base project.
Installation
See installation instructions.
Bugtracker
Bugs are tracked on github.com. Please read our issue reporting guidelines.
Development and Contribution
If you would like to make changes to the SilverStripe core codebase, we have an extensive guide to contributing code.