'description' => '',
'is_dashlet' => FALSE,
'is_public' => FALSE,
+ 'is_token' => FALSE,
'permission' => 'access CiviCRM',
];
'description' => '',
'is_dashlet' => FALSE,
'is_public' => FALSE,
+ 'is_token' => FALSE,
'permission' => 'access CiviCRM',
'join' => 'Custom_' . $custom['name'],
'block' => $custom['extends'],
'name' => 'is_public',
'data_type' => 'Boolean',
],
+ [
+ 'name' => 'is_token',
+ 'data_type' => 'Boolean',
+ ],
[
'name' => 'repeat',
'data_type' => 'Mixed',
"description": "",
"is_dashlet": false,
"is_public": false,
+ "is_token": false,
"server_route": "civicrm/hello-world",
"layout": {
"#tag": "div",