diff --git a/help/export.html b/help/export.html new file mode 100644 index 0000000000000000000000000000000000000000..37717b0817eacd724bcbc9b1b9c70dcfa18757a2 --- /dev/null +++ b/help/export.html @@ -0,0 +1,9 @@ +<!-- $Id$ --> + + in schema: + 'export' = array( + 'key' => 'name', // unique key to identify records + 'default hook' => '', // name of hook to get default objects + 'status' => '', // name of variable to store enabled/disabled status + 'object' => '', // name of the object to put this data on + ),