Switch dates to from/to range, sort by most recent end date
This commit is contained in:
parent
03099845a8
commit
7e6854da22
2 changed files with 16 additions and 22 deletions
|
|
@ -35,19 +35,23 @@ tabs:
|
|||
columns:
|
||||
name:
|
||||
width: 1/2
|
||||
dates:
|
||||
width: 1/2
|
||||
from:
|
||||
width: 1/4
|
||||
to:
|
||||
width: 1/4
|
||||
fields:
|
||||
name:
|
||||
label: Lieu
|
||||
placeholder: Théâtre-Sénart, Scène Nationale, Lieusaint
|
||||
type: text
|
||||
dates:
|
||||
label: Dates
|
||||
type: structure
|
||||
fields:
|
||||
date:
|
||||
label: Date
|
||||
type: date
|
||||
display: DD/MM/YYYY
|
||||
from:
|
||||
label: Du
|
||||
type: date
|
||||
display: DD/MM/YYYY
|
||||
width: 1/2
|
||||
to:
|
||||
label: Au
|
||||
type: date
|
||||
display: DD/MM/YYYY
|
||||
width: 1/2
|
||||
files: tabs/files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue