Loading core/modules/system/config/schema/system.schema.yml +10 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,8 @@ system.date: system.diff: type: config_object label: 'Diff settings' constraints: FullyValidatable: ~ mapping: context: type: mapping Loading @@ -129,9 +131,17 @@ system.diff: lines_leading: type: integer label: 'Number of leading lines in a diff' constraints: # @see \Drupal\Component\Diff\DiffFormatter Range: min: 0 lines_trailing: type: integer label: 'Number of trailing lines in a diff' constraints: # @see \Drupal\Component\Diff\DiffFormatter Range: min: 0 system.logging: type: config_object Loading Loading
core/modules/system/config/schema/system.schema.yml +10 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,8 @@ system.date: system.diff: type: config_object label: 'Diff settings' constraints: FullyValidatable: ~ mapping: context: type: mapping Loading @@ -129,9 +131,17 @@ system.diff: lines_leading: type: integer label: 'Number of leading lines in a diff' constraints: # @see \Drupal\Component\Diff\DiffFormatter Range: min: 0 lines_trailing: type: integer label: 'Number of trailing lines in a diff' constraints: # @see \Drupal\Component\Diff\DiffFormatter Range: min: 0 system.logging: type: config_object Loading