| 123456789101112131415161718192021222324252627282930 |
- <?php return array (
- 'preserve_keys' => true,
- 'update_object' => true,
- 'unique_key' => 'text',
- 'related_objects' => true,
- 'related_object_attributes' =>
- array (
- 'Action' =>
- array (
- 'preserve_keys' => false,
- 'update_object' => true,
- 'unique_key' =>
- array (
- 0 => 'namespace',
- 1 => 'controller',
- ),
- ),
- ),
- 'namespace' => 'collections',
- 'resolve' => NULL,
- 'validate' => NULL,
- 'vehicle_package' => 'transport',
- 'vehicle_class' => 'xPDOObjectVehicle',
- 'guid' => 'd461bf4226f6b1cd27d91bbe108fb396',
- 'package' => 'modx',
- 'class' => 'modMenu',
- 'signature' => 'bc538f5a5f2511d3fbe560d68bdd7863',
- 'native_key' => 'collections.menu.collection_templates',
- 'object' => '{"text":"collections.menu.collection_templates","parent":"components","action":"home","description":"collections.menu.collection_templates_desc","icon":"","menuindex":0,"params":"","handler":"","permissions":"","namespace":"collections"}',
- );
|