
Dave
Staff
/ Moderator

Nov 16, 2009, 10:00 AM
Post #4 of 5
(3782 views)
Shortcut
|
|
Re: [LeQueb] Creating Custom Presets?
[In reply to]
|
Can't Post
|
|
Hi LeQueb, There's no user documentation for the fieldnames used in the schema datafiles. That said, you can find a list of the fields and their default values in the php code at the top of /cmsAdmin/lib/menus/database/editField_functions.php You can specify custom mysql column types through CMSB under: Admin > Section Editors > Your Section > Field Editor > Your Field > Advanced Options > MySQL Column Type And this gets saved in the schema data file like this: customColumnType = "INT" And everything is hardcoded to use the 'num' fieldname as the default id field and have it be auto_increment. Hope that helps! Let me know if you have any other questions. :) Dave Edis - Senior Developer interactivetools.com
|