User Tools

Site Tools


neos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
neos [2014/06/30 23:16] adminneos [2015/10/03 23:44] admin
Line 10: Line 10:
  
   FLOW_CONTEXT=Production ./flow cache:warmup   FLOW_CONTEXT=Production ./flow cache:warmup
 +
 +Create Childnodes
 +
 +  FLOW_CONTEXT=Production ./flow node:repair
 +
 +Composer install
 +
 +  create-project --no-dev typo3/neos-base-distribution TYPO3-Neos
 +  
 +===== Add and remove nodes =====
 +
 +Remove a pre-defined NodeType using NEOS/Packages/Sites/Tagwork.Website/Configuration/NodeTypes.yaml
 +
 +Remove Headline:
 +
 +  'TYPO3.Neos.NodeTypes:Headline': []
 +
 +Remove AssetList:
 +
 +  'TYPO3.Neos.NodeTypes:AssetList': []
 +  
 +===== Image Stuff =====
 +
 +==== Foundation Interchange ====
 +
 +<code html>
 +<a class="lightbox" href="[{media:uri.image(image:"{image.filepath}", maximumWidth: 500)}, (default)], [{media:uri.image(image:"{image.filepath}", maximumWidth: 800)}, (large)]">{media:image(asset: image.filepath, alt: "{image.label}", maximumWidth: 275)}<div><b>{image.label}</b></div><div>{image.caption}</div></a>
 +</code>
 +
 +=== Fluid Image helper ===
 +<code html>
 +<media:image asset="{slide.filepath}"
 +   alt="{slide.label}"
 +   title="{slide.label}"
 +   maximumWidth="175"
 +   maximumHeight="200" />
 +</code>
 +
 +=== Inline Image URI ===
 +
 +{media:uri.image(image:"{image.filepath}", maximumWidth: 500)}
 +
neos.txt · Last modified: 2019/02/14 13:18 by admin