Reset page sorting

We have a blueprint that specifies date-based page sorting:

title: Text
num: '{{ page.date.toDate("%Y%m%d") }}'

Another blueprint extends this blueprint but should default to numeric sorting (1 to x).

How do I reset this in the blueprint?

title: Services
extends: pages/text
num: what-to-put-here?
title: Services
extends: pages/text
num: default

Thanks, very easy and quite obvious actually :slight_smile:

1 Like