#654 - Add the open on website action

This commit is contained in:
Elio Struyf
2023-09-07 16:25:52 +02:00
parent 3f578fdfa9
commit c6ec07fa17
22 changed files with 154 additions and 18 deletions
+1
View File
@@ -30,6 +30,7 @@ export interface PanelSettings {
commaSeparatedFields: string[];
aiEnabled: boolean;
contentFolders: ContentFolder[];
websiteUrl: string;
}
export interface FieldGroup {