Marco
Marco
Did you ever get this going? Did you find an alternative? Can I help?
I would love to implement a system of post list aliases to get rid of the problem of wp do --something --with --flags --to $(wp list --something --with --almost --the...
Title says it all. ``` summary: "{{title}} - {{venue | upper | truncate(10,'...')}} - {{start}} to {{end | date('yyyy')}}" summary_fields: ["title","venue","start","end"] sortable_fields: fields: ["title","venue","start","end"] default: field: "end" direction: Descending ```...
**Describe the bug** The only filter that seems to work in the summary is the date one. All others are inert. **To Reproduce** summary = "{{ title | upper }}...