[Experimental] Allow Additional Information block to be moved but not removed (#44193)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
77d2dd9453
commit
1130380f73
|
@ -20,7 +20,7 @@ export default {
|
|||
lock: {
|
||||
type: 'object',
|
||||
default: {
|
||||
move: true,
|
||||
move: false,
|
||||
remove: true,
|
||||
},
|
||||
},
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
Comment: This is behind a feature flag.
|
||||
|
Loading…
Reference in New Issue