Make the feature experimental

This commit is contained in:
Kerollmops 2025-02-10 15:02:03 +01:00
parent 491d115c3c
commit 7d0d8f4445
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
7 changed files with 49 additions and 9 deletions

View file

@ -10,6 +10,7 @@ pub struct RuntimeTogglableFeatures {
pub edit_documents_by_function: bool,
pub contains_filter: bool,
pub network: bool,
pub get_task_documents_route: bool,
}
#[derive(Default, Debug, Clone, Copy)]