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