Probably more sample data

Hello

This is annoying: I need to link an new menu item to an existing static page. Therfore i need to choose “Static Page” from this dropdown. I see many many items here, probably also orphans from the sample data. I deleted all related tables in the database. Is this an issue with a cache or are they stored in a file?

dropdownChaos

Thanks!

@martin.schaible

Check these locations

  • app/blueprints
  • themes/demo/blueprints

Delete all the files here then run php artisan tailor:prune to delete all the database tables.

Then clear the cache php artisan cache:clear to clear those entries.