We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a917f commit 037f9e9Copy full SHA for 037f9e9
1 file changed
core/modules/layout_builder/src/Element/LayoutBuilder.php
@@ -261,6 +261,7 @@ protected function buildAdministrativeSection(SectionStorageInterface $section_s
261
// Add metadata about the current operations available in
262
// contextual links. This will invalidate the client-side cache of
263
// links that were cached before the 'move' link was added.
264
+ // @see layout_builder.links.contextual.yml
265
'metadata' => [
266
'operations' => 'move:update:remove',
267
],
0 commit comments