comparison mod_seclabels.wiki @ 391:057b3e34e24c

mod_seclabels: Add code markup
author Kim Alvefur <zash@zash.se>
date Mon, 15 Jul 2013 02:01:24 +0200
parents a00ce355e07b
children
comparison
equal deleted inserted replaced
390:2ad6225d937f 391:057b3e34e24c
53 53
54 Each label can have the following properties: 54 Each label can have the following properties:
55 55
56 || *Name* || *Description* || *Default* || 56 || *Name* || *Description* || *Default* ||
57 || name || The name of the label. Used for selector. || Required. || 57 || name || The name of the label. Used for selector. || Required. ||
58 || label || The actual label, ie <esssecuritylabel/> || Required, can be boolean for a empty label, or a string. || 58 || label || The actual label, ie {{{<esssecuritylabel/>}}} || Required, can be boolean for a empty label, or a string. ||
59 || display || The text shown as display marking. || Defaults to the name || 59 || display || The text shown as display marking. || Defaults to the name ||
60 || color, bgcolor || The fore- and background color of the display marking || None || 60 || color, bgcolor || The fore- and background color of the display marking || None ||
61 || default || Boolean, true for the default. Only one may be default. || false || 61 || default || Boolean, true for the default. Only one may be default. || false ||
62 62