Make the feature experimental

This commit is contained in:
Kerollmops
2025-02-10 15:02:03 +01:00
parent 491d115c3c
commit 7d0d8f4445
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)]