added backends, improved templating, rbac
This commit is contained in:
@@ -18,6 +18,7 @@ class FieldType(StrEnum):
|
||||
class FieldDescription:
|
||||
name: str
|
||||
type: FieldType = FieldType.STRING
|
||||
can_override: bool = True
|
||||
|
||||
|
||||
@dataclass(slots=True)
|
||||
|
||||
Reference in New Issue
Block a user