Created
February 24, 2017 22:51
-
-
Save BenjaminBeck/e12f6bf5d92455efa2814a68aa842156 to your computer and use it in GitHub Desktop.
FAL Image placeholder until first saving with display conditions
This file contains 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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment