| 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' => 'afb6f0cc37837c8b29750fabdfc54e04',
- 'package' => 'modx',
- 'class' => 'modResource',
- 'signature' => 'c29a51368379d9c8492fb7d1ffb9d47e',
- 'native_key' => 2,
- 'object' => '{"id":2,"type":"document","contentType":"text\\/html","pagetitle":"Post 1","longtitle":"","description":"Demo post 1 for the BlogIt extra.","alias":"post-1","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":0,"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}',
- );
|