Created
April 17, 2018 10:50
-
-
Save JonasEriksson/a44ef05e189fe4c30c78967080034f95 to your computer and use it in GitHub Desktop.
Mura Extension XML for Arbeitsbeispielfoto
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
<?xml version="1.0" encoding="UTF-8"?> | |
<mura> | |
<extensions> | |
<extension adminonly="0" availablesubtypes="" basekeyfield="contentHistID" basetable="tcontent" datatable="tclassextenddata" description="" hasassocfile="1" hasbody="1" hasconfigurator="0" hassummary="1" iconclass="mi-image" subtype="Arbeitsprobe Foto" type="File"> | |
<attributeset categoryid="" container="Basic" name="ArbeitsprobeFoto Detailinformationen" orderno="1"> | |
<attribute adminonly="0" defaultvalue="" hint="Hier können Sie eine URL eingeben, der beim Anklicken der Arbeitsprobe geladen wird." label="ArbeitsprobeFotoURL" message="" name="ArbeitsprobeFotoURL" optionlabellist="" optionlist="" orderno="1" regex="" required="false" type="TextBox" validation="URL"/> | |
<attribute adminonly="0" defaultvalue="1" hint="Wählen, ob dieses Foto einen Link zu einer größeren Ansicht erhalten soll. Standard ist Ja." label="In Lightbox (FancyBox) anzeigen)" message="" name="showAsFancybox" optionlabellist="Ja^Nein" optionlist="1^0" orderno="2" regex="" required="false" type="RadioGroup" validation=""/> | |
<attribute adminonly="0" defaultvalue="gallery" hint="Um mehrere Fotos in einer Lightbox Gruppe anzuzeigen, gebenSie den gleichen Galerie-Gruppennamen bei diesen Fotos ein." label="Name der Lightbox Galerie Gruppe" message="" name="nameOfFancyBoxGalleryGrouping" optionlabellist="" optionlist="" orderno="3" regex="" required="false" type="TextBox" validation=""/> | |
</attributeset> | |
</extension> | |
</extensions> | |
</mura> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment