Lz127 The block editor in the dashboard is not supported in old themes. You have to implement it into older themes yourself. Just replace the text
variable as follows:
@{ +main }
Then you can configure your pagelists in the dashboard.
Alternatively you can keep the text
variable and just configure the pagelist object properly. Your snippet above doesn’t include a pagelist configuration. You can try the following snippet:
<@ newPagelist {
match: '{"url": "/url/", "tags": "/(tag1|tag2)/"}'
} @>
Note that the snippet above requires a valid JSON string containing valid regex patterns.