Unverified Commit dff93e16 authored by Stefan Auditor's avatar Stefan Auditor Committed by Stefan Auditor
Browse files

Issue #3282696 by sanduhrs: Port of l10n_community: Add some config items

parent 2b1f529e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
highlighted_project: 'Drupal core'
stats_enabled: true
package_count: true
+13 −0
Original line number Diff line number Diff line
l10n_community.settings:
  type: config_object
  label: 'Localization community settings'
  mapping:
    highlighted_project:
      type: string
      label: 'Highlighted project'
    stats_enabled:
      type: boolean
      label: 'Stats enabled'
    package_count:
      type: boolean
      label: 'Package count enabled'