server: Add a is_readonly attribute to the schema
This commit is contained in:
committed by
nitnelave
parent
3ec44a58be
commit
b1384818d2
@@ -147,6 +147,7 @@ pub struct AttributeSchema {
|
||||
pub is_visible: bool,
|
||||
pub is_editable: bool,
|
||||
pub is_hardcoded: bool,
|
||||
pub is_readonly: bool,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Debug, Serialize, Deserialize, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user