mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
update README.rst
update version 0.2.4
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from . import routes
|
||||
|
||||
__version__ = '0.2.3'
|
||||
__version__ = '0.2.4'
|
||||
|
||||
@@ -26,7 +26,9 @@ class Menu(BaseModel):
|
||||
sort_fields: Optional[Set[str]] = set()
|
||||
# define field type,like select,radiolist,text,date
|
||||
fields_type: Dict = {}
|
||||
# define field attr,like cols which in bootstrap table
|
||||
attrs: Dict[str, Dict] = {}
|
||||
# active table export
|
||||
export: bool = True
|
||||
actions: Optional[Dict]
|
||||
bulk_actions: List[Dict] = [{
|
||||
|
||||
Reference in New Issue
Block a user