feat(core): add Display view to common forms abstract class

intended to display generic data

!35
This commit is contained in:
2024-07-12 12:47:17 +09:30
parent 6837c38303
commit c057ffdc9c
2 changed files with 18 additions and 0 deletions

View File

@ -41,6 +41,14 @@ Below you will find the API documentation for the views that are used throughout
heading_level: 3
## Display View
::: app.core.views.common.DisplayView
options:
inherited_members: true
heading_level: 3
## Index View
::: app.core.views.common.IndexView