Skip to content

Hidden field

Description

To mark a field as hidden add the following statement memorix:hidden true;

Example:

1
2
3
4
5
6
7
8
9
sh:property [
    rdfs:label          "Licentie enkel"@nl ;
    sh:datatype         xsd:string ;    
    sh:path             dc:title ;
    sh:group            main:DisplayGroup ;
    sh:order            1.0 ;
    memorix:hidden      true; // This field will not be renderd on the form.             

] ;