diff options
Diffstat (limited to 'bridges/KununuBridge.php')
-rw-r--r-- | bridges/KununuBridge.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bridges/KununuBridge.php b/bridges/KununuBridge.php index 2f4bf0b2..cb13ca35 100644 --- a/bridges/KununuBridge.php +++ b/bridges/KununuBridge.php @@ -11,7 +11,6 @@ class KununuBridge extends BridgeAbstract { 'site' => array( 'name' => 'Site', 'type' => 'list', - 'required' => true, 'title' => 'Select your site', 'values' => array( 'Austria' => 'at', @@ -23,7 +22,6 @@ class KununuBridge extends BridgeAbstract { 'full' => array( 'name' => 'Load full article', 'type' => 'checkbox', - 'required' => false, 'exampleValue' => 'checked', 'title' => 'Activate to load full article' ) |