<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed><type>rich</type><version>1.0</version><provider_name>phorkie</provider_name><provider_url>https://p.cweiske.de/</provider_url><title>TYPO3 flux: Access page settings in content element</title><author_name>Christian Weiske</author_name><cache_age>86400</cache_age><width>900</width><height>900</height><html>&lt;!-- embedding all files of https://p.cweiske.de/747 --&gt;
&lt;link rel="stylesheet" href="https://p.cweiske.de/css/embed.css"/&gt;
&lt;div class="phork" id="747"&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  
&lt;div class="document"&gt;


&lt;p&gt;I want to access settings from the page configuration when a content element is rendered.&lt;/p&gt;
&lt;p&gt;Search keywords:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;fluidpages settings in fluidcontent&lt;/li&gt;
&lt;li&gt;typo3 flux content element read flux page settings&lt;/li&gt;
&lt;li&gt;typo3 parse tx_fed_page_flexform&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="section" id="solution"&gt;
&lt;h1&gt;Solution&lt;/h1&gt;
&lt;p&gt;Manually parse the flexform data. &amp;quot;page&amp;quot; contains the page record.&lt;/p&gt;
&lt;p&gt;Nested form:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
&amp;lt;flux:form.data table=&amp;quot;pages&amp;quot; field=&amp;quot;tx_fed_page_flexform&amp;quot; record=&amp;quot;{page}&amp;quot; as=&amp;quot;pagesettings&amp;quot;&amp;gt;
  &amp;lt;f:debug&amp;gt;{pagesettings.settings.accentcolor}&amp;lt;/f:debug&amp;gt;
&amp;lt;/flux:form.data&amp;gt;
&lt;/pre&gt;
&lt;p&gt;With an variable:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
&amp;lt;v:variable.set name=&amp;quot;pagesettings&amp;quot; value=&amp;quot;{flux:form.data(table:'pages', field:'tx_fed_page_flexform', record: page)}&amp;quot;/&amp;gt;
&amp;lt;f:debug&amp;gt;{pagesettings.settings.accentcolor}&amp;lt;/f:debug&amp;gt;
&lt;/pre&gt;
&lt;p&gt;&lt;a class="reference external" href="https://viewhelpers.fluidtypo3.org/fluidtypo3/flux/9.0.1/Form/Data.html"&gt;https://viewhelpers.fluidtypo3.org/fluidtypo3/flux/9.0.1/Form/Data.html&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/747/rev-raw/ab47a8106a30c44ef15a44ab13b6e30b835daa50/README.rst" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/747#README.rst"&gt;README.rst&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</html></oembed>
