fix: Add whiteboard to education and public sector bundle

Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
Julius Knorr 2024-09-12 09:08:46 +02:00 committed by backportbot[bot]
parent e664039f84
commit 80eec3f0ef
3 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@ class EducationBundle extends Bundle {
'announcementcenter',
'quota_warning',
'user_saml',
'whiteboard',
];
}
}

View file

@ -28,6 +28,7 @@ class PublicSectorBundle extends Bundle {
'richdocuments',
'admin_audit',
'files_retention',
'whiteboard',
];
}

View file

@ -21,6 +21,7 @@ class EducationBundleTest extends BundleBase {
'announcementcenter',
'quota_warning',
'user_saml',
'whiteboard',
];
}
}