Is it possible to change the order of the tabs when using extends? I tried to put the extends at the end but didn’t work, the “Posts” tab is still last.
title: Posts
tabs:
posts:
label: Posts
sections:
drafts:
extends: sections/posts
headline: Drafts
image: page.cover.toFile
status: draft
unlisted:
extends: sections/posts
headline: Unlisted
image: page.cover.toFile
status: unlisted
listed:
extends: sections/posts
headline: Published
image: page.cover.toFile
status: listed
extends: pages/default