| 1234567891011121314151617181920212223242526 |
- <?php return array (
- 'preserve_keys' => false,
- 'update_object' => true,
- 'unique_key' => 'pagetitle',
- 'related_objects' => true,
- 'related_object_attributes' =>
- array (
- 'ContentType' =>
- array (
- 'preserve_keys' => false,
- 'update_object' => true,
- 'unique_key' => 'name',
- ),
- ),
- 'namespace' => 'blogit',
- 'resolve' => NULL,
- 'validate' => NULL,
- 'vehicle_package' => 'transport',
- 'vehicle_class' => 'xPDOObjectVehicle',
- 'guid' => '18ffd7bb20595bed54dd22a496115682',
- 'package' => 'modx',
- 'class' => 'modResource',
- 'signature' => 'e403583550c03376799d1f05e5e36855',
- 'native_key' => 3,
- 'object' => '{"id":3,"type":"document","contentType":"text\\/html","pagetitle":"Post 2","longtitle":"","description":"Demo post 2 for the BlogIt extra.","alias":"post-2","link_attributes":"","published":1,"pub_date":0,"unpub_date":0,"parent":0,"isfolder":0,"introtext":"Demo summary of post 2 for the BlogIt extra.","content":"<p>Demo content of post 2 for the BlogIt extra.<\\/p>","richtext":1,"template":0,"menuindex":1,"searchable":1,"cacheable":1,"createdby":1,"createdon":0,"editedby":1,"editedon":0,"deleted":0,"deletedon":0,"deletedby":0,"publishedon":0,"publishedby":0,"menutitle":"","donthit":0,"privateweb":0,"privatemgr":0,"content_dispo":0,"hidemenu":0,"class_key":"modDocument","context_key":"web","content_type":1,"uri":null,"uri_override":0,"hide_children_in_tree":0,"show_in_tree":0,"properties":null}',
- );
|