Code example
Hides FAL forms until first saving and displays a message.
- Description
- FAL Image placeholder until first saving with display conditions
- Author
- BenjaminBeck
- Creation date
- Extensions
- FluidTYPO3.Flux FluidTYPO3.Fluidcontent
- Tags
- Content
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <flux:field.custom displayCond="REC:NEW:true" name="savehint"> | |
| <div class="alert alert-info" role="alert"> | |
| <h2>Bitte zuerst speichern.</h2> | |
| <p>Danach können Bilder zugeordnet werden.</p> | |
| </div> | |
| </flux:field.custom> | |
| <flux:field.inline.fal name="image" label="Bild" displayCond="FIELD:parentRec.uid:>:1" minItems="0" maxItems="1" collapseAll="true"> | |
| </flux:field.inline.fal> |