Page MenuHomePhabricator

Create base class for editor-containing widgets to de-duplicate code
Open, Needs TriagePublic

Description

This commit https://gerrit.wikimedia.org/r/#/c/338795/ required me to edit five separate editor widgets. There is a lot of shared functionality between these (e.g. setting up the error/anon/captcha/editor sub-widgets) that should be moved into a parent class.