Closed svandragt closed 4 years ago
Ala #96
Example content/config.toml
content/config.toml
[routes] admin = "ControllerAdmin" archive = "ControllerArchive" errors = "ControllerError" feed = "ControllerFeed" home = "ControllerHome" images = "ControllerImage" pages = "ControllerPage" posts = "ControllerPost"
Could have posts = true which would translate into ControllerPost?
posts = true
Convention over configuration. Just create controllers
Ala #96
Example
content/config.toml
Could have
posts = true
which would translate into ControllerPost?