Skip to content

Commit

Permalink
♻️ Remove not used property
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Sep 15, 2020
1 parent 4661dab commit cb98387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Resources/Private/Fusion/Internal/Assets.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ prototype(Carbon.IncludeAssets:Internal.Assets) < prototype(Neos.Fusion:Componen
// Body || Head
location = null

contexts = ${['General', 'Backend', 'Live']}
loadJSforCSSAsynchron = ${Configuration.setting('Carbon.IncludeAssets.LoadJSforCSSAsynchron') && this.location == 'Head'}
packages = ${Configuration.setting('Carbon.IncludeAssets.Packages')}
[email protected] = ${Type.isArray(value) ? Carbon.Array.ksort(value) : value}
Expand Down

0 comments on commit cb98387

Please sign in to comment.