*
* Generated from xml/schema/CRM/Core/Menu.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4d01bd1731e617a192799fab24077cac)
+ * (GenCodeChecksum:190bae10088eb0999743b73f39fc92ca)
*/
/**
'description' => ts('Is this menu accessible to the public?'),
'required' => TRUE,
'where' => 'civicrm_menu.is_public',
- 'default' => '1',
+ 'default' => '0',
'table_name' => 'civicrm_menu',
'entity' => 'Menu',
'bao' => 'CRM_Core_DAO_Menu',
],
'civicrm_menu' => [
'is_active' => "DEFAULT 1 COMMENT 'Is this menu item active?'",
- 'is_public' => "DEFAULT 1 COMMENT 'Is this menu accessible to the public?'",
+ 'is_public' => "DEFAULT 0 COMMENT 'Is this menu accessible to the public?'",
'is_exposed' => "DEFAULT 1 COMMENT 'Is this menu exposed to the navigation system?'",
'is_ssl' => "DEFAULT 1 COMMENT 'Should this menu be exposed via SSL if enabled?'",
'skipBreadcrumb' => "DEFAULT 0 COMMENT 'skip this url being exposed to breadcrumb'",
<name>is_public</name>
<title>Public?</title>
<type>boolean</type>
- <default>1</default>
+ <default>0</default>
<required>true</required>
<comment>Is this menu accessible to the public?</comment>
<add>2.1</add>