Skip to content

Clean up text formats (use this as a model for all other borg sites?) #34

@jenlampton

Description

@jenlampton

One thing that really frustrates me is that on all of our sites we need to disable the rich-text editor in order to use the date tokens. This is because the date token filter was not added to a current format, but instead, an additional format was created.

Creating unnecessary formats is a bad idea for a number of reasons (security, usability, difficulty in updating existing content + config, etc, etc).

I would like to remove all date token formats by:

  • Adding the use of date tokens to all formats where they are needed
  • Writing an update hook to fix all content to use one of the supported formats
  • Deleting (disabling) the problematic newer format

If there is a reason the new format was created (is there a bug with using the token + ckeditor together?) please note that here, and link to the issue. We would obviously need to fix that first. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions