Aliases
Context
Alias use Controls or Bases to exist. It can't be create / used without them.
It uses the same structure as Controls.
Here are the available alias types.
Alias types
User select
<Control type="user_select" name="user_select_control_name" label="user select" default="15" />
- Attributes
default- (optional) Accepted value :User IDmultiple- (optional) Possibility to choose multiple value - defaultfalseresult_length- (optional) Number of result display in the select - default10role- (optional) Get user by role - defaultnone
- Context
templatescript
Post select
<Control type="post_select" name="post_select_control_name" label="post select" default="18" />
- Attributes
default- (optional) Accepted value :Post IDmultiple- (optional) Possibility to choose multiple value - defaultfalseresult_length- (optional) Number of result display in the select - default10post_type- (optional) Get post by type(s) - defaultpostresult_order- (optional) Result order - defaultASC
- Context
templatescript