Skip to content

Remove remaining code references to Static Site Editor

Chad Woolley requested to merge caw-remove-remaining-sse-references into master

What does this MR do and why?

Resolves: Remove remaining code references to Static Site... (#364324 - closed)

Do a final pass to ensure no unnecessary references to SSE remain anywhere:

  • DO NOT REMOVE doc/user/project/static_site_editor/index.md! This will be deleted in a future milestone. See !87221 (comment 954819604)
  • Look for all occurrences of StaticSiteEditor, static_site_editor, rich_content_editor, and SSE (note that there are some SSE references which do NOT refer to the static site editor), and all other forms of these strings.
  • Remove app/assets/stylesheets/components/rich_content_editor.scss if it is not needed.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related: Remove Static Site Editor code (#352505 - closed)

Edited by Chad Woolley

Merge request reports