What exactly is the problem? Nothing rendered at all? Sure your field name is correct? And if the field has multiple tags, not just one, then you would have to fetch the comma separated values into an array and loop through them.
Please post the blueprint for the article page…
Btw this doesn’t make sense, you are calling all files of the page here. What do you want to achieve with this code?
What exactly is the problem? Nothing rendered at all?
The problem is nothing rendered at all.
title: Article
num: '{{ page.date.toDate("Ymd") }}'
icon: 📖
status:
draft:
label: Draft
text: The article is still in draft mode. It can only be seen by editors with panel access.
unlisted:
label: In Review
text: The article is online and can be visited with the direct URL. The team must still give the final go to publish it.
listed:
label: Published
text: The article is online and listed in the blog
columns:
main:
width: 2/3
fields:
text:
type: textarea
size: large
sidebar:
width: 1/3
sections:
meta:
type: fields
fields:
date:
type: date
time: true
default: now
author:
type: users
tags:
type: tags
files:
type: files
I fixed it, and it’s working. Here’s my final code; in the end, you need to make sure you save it before you test it. I was adding the tab/category but I didn’t save it after so it never showed up. Thanks for all you help.