implement todos

This commit is contained in:
Dennis Eichhorn 2021-07-15 21:51:30 +02:00
parent d0f7703b54
commit 5a83fc22e2
4 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# Developer Content
* [Structure]({%}&page=Dev/structure)
* [Media]({%}&page=Dev/media)
* [Collection]({%}&page=Dev/collection)

View File

@ -6,7 +6,7 @@ A media element is used in order to handle files, directories, virtual directori
### File system
The path is either the absolute path on the file system or relative path in relation to applications path. If the path is an absolute path the media element also needs to be set to `isAbsolute() === true`. The path includes the file itself.
The path is either the absolute path on the file system or relative path in relation to applications path. If the path is an absolute path the media element also needs to be set to `->isAbsolute === true`. The path includes the file itself.
## Virtual Path

View File

@ -0,0 +1,5 @@
# Structure
## ER
![ER](Modules/Media/Docs/Dev/img/er.png)

BIN
Docs/Dev/img/er.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB