Skip to content

Commit

Permalink
fix option form for date filter
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Aug 1, 2024
1 parent d8dd10e commit 91649c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/filters/liquid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,9 @@ export default function(editor: DataSourceEditor): Filter[] {
<label>Format
<input type="text" name="format" placeholder="Format" .value=${options.format || '%a, %b %d, %y'}/>
</label>
<label>Time zone
<input type="text" name="timeZone" placeholder="Time zone" .value=${options.timeZone || '' }/>
</label>
`,
},
]
Expand Down

0 comments on commit 91649c5

Please sign in to comment.