make more components uneditable from GUI

This commit is contained in:
Henry Jameson 2024-11-14 17:46:27 +02:00
commit b21133ee12
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
export default {
name: 'Attachment',
selector: '.Attachment',
notEditable: true,
validInnerComponents: [
'Border',
'ButtonUnstyled',