Skip to content

Commit

Permalink
EZP-31668: Introduced new key for user related pagination configurati…
Browse files Browse the repository at this point in the history
…on (#1394)
  • Loading branch information
ViniTou authored Jun 15, 2020
1 parent ea737b0 commit 8504fee
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
* trash_limit: 10
* section_limit: 10
* language_limit: 10
* user_settings_limit: 10
* ```
*/
class Pagination extends AbstractParser
Expand Down Expand Up @@ -57,7 +56,6 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
->scalarNode('content_role_limit')->isRequired()->end()
->scalarNode('content_policy_limit')->isRequired()->end()
->scalarNode('notification_limit')->isRequired()->end()
->scalarNode('user_settings_limit')->isRequired()->end()
->scalarNode('content_draft_limit')->isRequired()->end()
->end()
->end();
Expand Down Expand Up @@ -90,7 +88,6 @@ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerIn
'content_role_limit',
'content_policy_limit',
'notification_limit',
'user_settings_limit',
'content_draft_limit',
];

Expand Down

0 comments on commit 8504fee

Please sign in to comment.