User story & summary:
As an admin, I want the Community Configuration Edit Summary to include a character count, so that I know if my edit summary is getting too long.
Background & research:
This task is important because:
- the form shouldn't accept overly long edit summaries.
- this is an accepted UX pattern that is used in VisualEditor and elsewhere.
Design:
Acceptance Criteria:
Given I'm making a change to Community Configuration,
When I reach the Edit Summary,
Then a character count starts to display if I type over 400 characters.
Given I'm making a change to Community Configuration,
When I reach the Edit Summary and type 500 characters,
Then I'm prevented from adding more than 500 characters.
