Verified Commit 3b17df97 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3112452 by lalitware, guilhermevp, narendra.rajwar27, WagnerMelo,...

Issue #3112452 by lalitware, guilhermevp, narendra.rajwar27, WagnerMelo, ravi.shankar, mradcliffe, adalbertov, himanshu_sindhwani, quondam, Vidushi Mehta, alexpott, longwave, anmolgoyal74: Fix indentation consistency in core's yaml files
parent d0f5680c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@
      "requireReturn": false
    }],
    "no-unused-vars": ["warn"],
    "operator-linebreak": ["error", "after", { "overrides": { "?": "ignore", ":": "ignore" } }]
    "operator-linebreak": ["error", "after", { "overrides": { "?": "ignore", ":": "ignore" } }],
    "yml/indent": ["error", 2]
  }
}
+16 −14
Original line number Diff line number Diff line
@@ -1455,6 +1455,7 @@ services:
      - [setStandalone, ['\Laminas\Feed\Writer\StandaloneExtensionManager']]
    arguments: ['feed.writer.']
    deprecated: The "%service_id%" service is deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. Use \Laminas\Feed\Writer\StandaloneExtensionManager or create your own service. See https://www.drupal.org/node/3258440

  # Laminas Feed reader plugins. Plugin instances should not be shared.
  feed.reader.dublincoreentry:
    class: Laminas\Feed\Reader\Extension\DublinCore\Entry
@@ -1496,6 +1497,7 @@ services:
    class: Laminas\Feed\Reader\Extension\Podcast\Feed
    shared: false
    deprecated: The "%service_id%" service is deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. You should use \Drupal::service('feed.bridge.reader')->get('Podcast\Feed') instead. See https://www.drupal.org/node/2979042

  # Laminas Feed writer plugins. Plugins should be set as prototype scope.
  feed.writer.atomrendererfeed:
    class: Laminas\Feed\Writer\Extension\Atom\Renderer\Feed
+3 −3
Original line number Diff line number Diff line
@@ -19,9 +19,9 @@ process:
    method: getFieldType
  entity_type: entity_type
  field_name: field_name
#  # The bundle needs to be statically mapped in order to support comment types
#  # that might already exist before this migration is run. See
#  # d7_comment_type.yml for more information.
  # The bundle needs to be statically mapped in order to support comment types
  # that might already exist before this migration is run. See
  # d7_comment_type.yml for more information.
  bundle:
    plugin: static_map
    source: bundle
+5 −5
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@ source:
process:
  # If you are using both this migration and d6_user_picture_file in a custom
  # migration and executing migrations incrementally, it is strongly
    # recommended that you remove the fid mapping to avoid potential ID
    # conflicts. For that reason, this mapping is commented out by default.
  # recommended that you remove the fid mapping to avoid potential ID conflicts.
  # For that reason, this mapping is commented out by default.
  # fid: fid
  filename: filename
  source_full_path:
+2 −2
Original line number Diff line number Diff line
services:
# Provide 2 main content renderer services that use the same class but
# behave differently depending on the 2nd argument.
  # Provide 2 main content renderer services that use the same class but behave
  # differently depending on the 2nd argument.
  main_content_renderer.wide_modal:
    class: Drupal\dialog_renderer_test\Render\MainContent\WideModalRenderer
    arguments: ['@title_resolver', '@renderer', 'wide']
+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+30 −30

File changed.

Contains only whitespace changes.

+14 −14

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+116 −116

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+17 −17

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+10 −10

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading