[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:
Thomas Roberts 2024-02-01 02:58:05 -08:00 committed by GitHub
parent 77d2dd9453
commit 1130380f73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export default {
lock: {
type: 'object',
default: {
move: true,
move: false,
remove: true,
},
},

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
Comment: This is behind a feature flag.