Inside my Layout field I have a field block used as a Section Header. Inside this Section header there is the field sectionTitle.
The editor should later be able to create hash-links to those Sections, therefore I add the corresponding ID with sectionTitle->slug() to the Section.
As described here we can place a synced slug field, which would be great for the Editor to see what the actual Section ID will be.
I wonder if this is even possible inside a block which lives in a layoutsection?
Of course there will be multiple sections with multiple sectionTitles on the Page.
Can I somehow query the corresponding sectionTitle field in this case?