Adding pages in starter package

Good afternoon (o;

Just did the “starter” installation on my Debian 12 machine and see that there is a section called “Pages” in the panel…

Now when I add a new page I just have a field where I can enter simple text…no images and the like…

When I duplicate the “About Us” page I can edit it as it should be…but can’t delete it anymore…it just stays forever…

So how can I add a new page, which is also listed in the menu, but can be edited with all features?

thanks in advance
richard

The Starterkit has a pages section in site.yml, where creating new 1st level pages is limited to the default blueprint, if you remove create: default from that section, you can select any template.

I think it makes sense to get familiar with sections and their options first, so you understand the concept.

Glad I have vacation next week so I can get more familiar with the concept…

In the end there will be one site for me and a friend of mine, who just wants to edit pages and publish photos/videos…so I want to prepare everything for her to get her up and running fast (o;

But what would explain that I can’t delete a page afterwards I created?

The options in about.yml

options:
  changeSlug: false
  delete: false # <-- here

Oops…renaming sections and slug doesn’t do any good (o;