diff options
Diffstat (limited to 'models/performances.ini')
-rw-r--r-- | models/performances.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/models/performances.ini b/models/performances.ini new file mode 100644 index 0000000..f1368d6 --- /dev/null +++ b/models/performances.ini @@ -0,0 +1,13 @@ +[model] +name = Performances +label = {{ this.title }} + +[fields.title] +label = Title +type = string + +[children] +model = performance +order_by = -date_start, title +slug_format = {{ this._id }} + |