Skip to content
Snippets Groups Projects

created mr

2 open threads

Closes #3452279

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
92 92 block_count:
93 93 type: integer
94 94 label: 'Block count'
95
96 # Adding schema for default_argument_skip_url with deprecation metadata.
97 core.entity_view_display.node.article.default:
98 type: config_entity
99 label: 'Node Article Default Display'
100 mapping:
101 default_argument_skip_url:
102 type: string
103 label: 'Default argument skip URL'
104 deprecated:
105 version: '10.4.0'
106 message: 'This configuration key is deprecated and will be removed in Drupal 11.'
  • 297 297 parent::preSave($storage);
    298 298
    299 299 if ($this instanceof EntityWithPluginCollectionInterface && !$this->isSyncing()) {
    300 // Any changes to the plugin configuration must be saved to the entity's
    301 // copy as well.
    302 foreach ($this->getPluginCollections() as $plugin_config_key => $plugin_collection) {
    303 $this->set($plugin_config_key, $plugin_collection->getConfiguration());
    304 }
    300 // Any changes to the plugin configuration must be saved to the entity's
  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 95423add - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Please register or sign in to reply
    Loading