From 6b8daf406d0791c7ba002c0837dc7c0778fb669b Mon Sep 17 00:00:00 2001 From: Bernhard Kau Date: Thu, 21 May 2020 17:24:24 +0200 Subject: [PATCH] add a11y as an option for section 2 Closes #43 --- .../src/WPCOTool/config/section-2.php | 6 ++++++ src/src/WPCOTool/config/section-2.php | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/dist/contributor-orientation-tool/src/WPCOTool/config/section-2.php b/dist/contributor-orientation-tool/src/WPCOTool/config/section-2.php index d16eef8..33a30ab 100644 --- a/dist/contributor-orientation-tool/src/WPCOTool/config/section-2.php +++ b/dist/contributor-orientation-tool/src/WPCOTool/config/section-2.php @@ -86,5 +86,11 @@ 'polyglots', ) ), + array( + 'label' => esc_html__( 'Accessibility', 'contributor-orientation-tool' ), + 'teams' => array( + 'accessibility', + ) + ), ) ); diff --git a/src/src/WPCOTool/config/section-2.php b/src/src/WPCOTool/config/section-2.php index d16eef8..33a30ab 100644 --- a/src/src/WPCOTool/config/section-2.php +++ b/src/src/WPCOTool/config/section-2.php @@ -86,5 +86,11 @@ 'polyglots', ) ), + array( + 'label' => esc_html__( 'Accessibility', 'contributor-orientation-tool' ), + 'teams' => array( + 'accessibility', + ) + ), ) );