Page MenuHomePhabricator

Add data-provider example to the CommunityConfiguration example
Open, LowPublic

Description

Currently, CommunityConfiguration providers can be either of the type mw-config or data or of a custom type. The current example show-cases / makes use of the mw-config type. It would be nice to also have an example for how to make use of the data type directly.

Acceptance Criteria:

  • in addition to the existing one, there also exists a provider in CommunityConfiguration/example that is of type data
  • the data of that provider is somehow shown
  • there is a way to edit the data of that provider