typo3typoscriptfluid-styled-content

Get Page Name/ID of Content Element in Backend Edit View


I'm new to Typo3.

Inside the Configuration section of my own Content element I need the ID or name of the Content element's page. How would you implement that?

I already tried to use flux:field.input but I dont know what to do with typoscript.


Solution

  • record.pid was the thing I was looking for!

    <f:debug>{record}</f:debug>