[BrutBridge] Add support for Spain edition and health category (#1833)
This commit is contained in:
parent
bde4159a9e
commit
a23d4bd0e6
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ class BrutBridge extends BridgeAbstract {
|
|||
'Entertainment' => 'entertainment',
|
||||
'Sports' => 'sport',
|
||||
'Nature' => 'nature',
|
||||
'Health' => 'health',
|
||||
),
|
||||
'defaultValue' => 'news',
|
||||
),
|
||||
|
@ -26,6 +27,7 @@ class BrutBridge extends BridgeAbstract {
|
|||
'United States' => 'us',
|
||||
'United Kingdom' => 'uk',
|
||||
'France' => 'fr',
|
||||
'Spain' => 'es',
|
||||
'India' => 'in',
|
||||
'Mexico' => 'mx',
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue