X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FCore%2FMenu.xml;h=303ae57f57105d7c8daeb00017885f87c5e1f326;hb=960128817a9a22d226b19c4e3141f792df5200c4;hp=1bcb7626ae2eb0832f32664a61880b0893dc8906;hpb=674cb8b854f6008090d4dcce9372ee76346a198f;p=civicrm-core.git diff --git a/xml/schema/Core/Menu.xml b/xml/schema/Core/Menu.xml index 1bcb7626ae..303ae57f57 100644 --- a/xml/schema/Core/Menu.xml +++ b/xml/schema/Core/Menu.xml @@ -8,6 +8,7 @@ 1.1 id + Menu ID int unsigned true 2.1 @@ -18,6 +19,7 @@ domain_id + Domain int unsigned true @@ -36,6 +38,7 @@ path + Path varchar 255 Path Name @@ -50,19 +53,21 @@ path_arguments + Arguments text Arguments to pass to the url 2.1 title + Menu Title varchar 255 - Menu Title 2.1 access_callback + Access Callback varchar 255 Function to call to check access permissions @@ -70,12 +75,14 @@ access_arguments + Access Arguments text Arguments to pass to access callback 2.1 page_callback + Page Callback varchar 255 function to call for this url @@ -83,12 +90,14 @@ page_arguments + Page Arguments text Arguments to pass to page callback 2.1 breadcrumb + Breadcrumb text Breadcrumb for the path. 2.1 @@ -109,6 +118,7 @@ component_id + Component int unsigned Component that this menu item belongs to 2.1 @@ -129,24 +139,28 @@ is_active + Enabled? boolean Is this menu item active? 2.1 is_public + Public? boolean Is this menu accessible to the public? 2.1 is_exposed + Exposed? boolean Is this menu exposed to the navigation system? 2.1 is_ssl + Use SSL? boolean Should this menu be exposed via SSL if enabled? 2.1 @@ -162,6 +176,7 @@ type + Type int true 1 @@ -170,6 +185,7 @@ page_type + Page Type int true 1 @@ -178,8 +194,16 @@ skipBreadcrumb + Hide Breadcrumb? boolean skip this url being exposed to breadcrumb 2.2 + + module_data + Other menu data + text + All other menu metadata not stored in other fields + 4.7 +