Changes between Version 1 and Version 2 of S3/CustomTables
- Timestamp:
- 09/09/21 13:57:45 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/CustomTables
v1 v2 21 21 }}} 22 22 23 If wanting to have a REST controller for them, then also add "custom" to settings.modules and add an entry to the rest_controllers: 23 If wanting to have a REST controller for them, then see [wiki:S3/S3REST/s3_rest_controller#Re-RoutingControllers] 24 i.e. add "custom" to settings.modules and add an entry to the rest_controllers: 24 25 {{{ 25 26 settings.base.rest_controllers = {("custom", resourcename): ("custom", resourcename)}