shm_sl
shm_sl

Reputation: 1

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.

Upvotes: 0

Views: 810

Answers (1)

shm_sl
shm_sl

Reputation: 1

record.pid was the thing I was looking for!

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

Upvotes: 0

Related Questions