level 2 collapse

This commit is contained in:
Henry Jameson 2025-11-20 18:29:09 +02:00
commit 8e6800fd1e
6 changed files with 42 additions and 3 deletions

View file

@ -35,6 +35,12 @@ library.add(
)
const GeneralTab = {
props: {
parentCollapsed: {
required: true,
type: Boolean
}
},
data () {
return {
subjectLineOptions: ['email', 'noop', 'masto'].map(mode => ({