<p dir="ltr">Hi Christian, </p>
<p dir="ltr">Do we already have such a solution somewhere else in the core?</p>
<p dir="ltr">Imo the proposed configuration looks strange and imo ads another level of magic to the typoscript rendering. </p>
<p dir="ltr">But maybe this is because I do not really get the issue #59533.<br>
The issue you describe and the issue described by the issue starter look to me as 2 different issues. <br>
The one from the issue starter looks like a register that isn&#39;t cleared correct.</p>
<p dir="ltr">Gr. Frans</p>
<div class="gmail_quote">Op 27 jan. 2015 13:20 schreef &quot;Christian Futterlieb&quot; &lt;<a href="mailto:christian@futterlieb.ch">christian@futterlieb.ch</a>&gt;:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all!<br>
<br>
I&#39;d like to discuss my idea for a possible solution of [1]. I think,<br>
this issue should be taken care of, because it breaks the TYPO3 key<br>
feature &quot;Responsive Image Rendering&quot; [2].<br>
<br>
Now the idea: we could add an option &#39;excludeFromOptionSplit&#39; of type<br>
array to the FILES cObject. Within one offset, it&#39;s possible to specify<br>
a more path, which will the be excluded from optionSplit. For example<br>
(taken from [1]):<br>
<br>
lib.test = FILES<br>
lib.test {<br>
    [...]<br>
    excludeFromOptionSplit.10 = renderObj/source<br>
<br>
    renderObj.source = |*|###SRC### ###SRCSETCANDIDATE###,|*|###SRC###<br>
###SRCSETCANDIDATE###<br>
    }<br>
    [...]<br>
<br>
}<br>
<br>
In TYPO3\CMS\Frontend\ContentObject\FilesContentObject::render() we<br>
could restore the specified paths in $splitConf by using<br>
TYPO3\CMS\Core\Utility\ArrayUtility.<br>
<br>
What is your opinion on this?<br>
<br>
Regards, Christian<br>
<br>
<br>
[1] <a href="https://forge.typo3.org/issues/59533" target="_blank">https://forge.typo3.org/issues/59533</a><br>
[2] <a href="http://typo3.org/typo3-cms/key-features/" target="_blank">http://typo3.org/typo3-cms/key-features/</a><br>
_______________________________________________<br>
Before posting to this list, please have a look to the posting rules<br>
on the following websites:<br>
<br>
<a href="http://typo3.org/teams/core/core-mailinglist-rules/" target="_blank">http://typo3.org/teams/core/core-mailinglist-rules/</a><br>
<a href="http://typo3.org/development/bug-fixing/diff-and-patch/" target="_blank">http://typo3.org/development/bug-fixing/diff-and-patch/</a><br>
_______________________________________________<br>
TYPO3-team-core mailing list<br>
<a href="mailto:TYPO3-team-core@lists.typo3.org">TYPO3-team-core@lists.typo3.org</a><br>
<a href="http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core" target="_blank">http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core</a><br>
</blockquote></div>