[plugins-functionality | DONE | CHANGED] give option to for content, deposit or both, use a common form to edit the options + the criteria

This commit is contained in:
argirok 2024-03-15 15:58:15 +02:00
parent b91822db64
commit e781dc8a51
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ export class ContentProvider {
officialname: string;
selectioncriteria: SelectionCriteria;
deposit: boolean;
enabled:boolean;
message: string;
}