diff options
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -73,6 +73,31 @@ Valid datatypes include: - double-captioned-image-list - meta +### Notes + +- ALL records should have a title. this is used to generate the ID. +- add an `alias` attribute to retitle fields in the admin view +- foreign keys: list `key` attribute pointing at the other table + +### Dashboard resources + +``` + dashboard: { + resources: { + flour: { + display: "image", + }, + bread: { + title: "type", + subtitle: "title", + }, + artwork: { + groupBy: "artist", + }, + }, + }, +``` + ## Local S3 If you don't want to use S3 and you have enough disk space locally, you can just write them locally. Supply these options to the S3 service configuration (pathss with trailing slash!). |
