I am using TYPO3 8.7.9 with the Bootstrap Extension 9.1.0 (from Benjamin Kott).
For the pages I am using the bootstrap root and extension templates.
I have a simple tree of pages like
root
sub1 <-- no content, want it to be non-clickable
subsub1
subsub2
sub2
sub3
sub4 <-- no content, want it to be non-clickable
subsub3
subsub4
sub5
The menu is built automatically from the tree (responsive, may collapse to hamburger icon).
I would like to make menu entries non-clickable - in the example above sub1 and sub4. (The pages sub1 and sub4 are empty.)
Also in the breadcrump the pages sub1 and sub4 should not be clickable.
Did I miss a configuration option? Is there a simple way with some TypoScript? And where do I have to place it? root/ext template setup, page TSConfig?
Thanks for looking into it,
Zweikeks