Advertisement
Guest User

Untitled

a guest
Feb 5th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.74 KB | None | 0 0
  1. {
  2.     name => 'creators',
  3.     type => 'compound',
  4.     multiple => 1,
  5.     fields => [
  6.         {
  7.             sub_name => 'name',
  8.             type => 'name',
  9.             hide_honourific => 0,
  10.             hide_lineage => 1,
  11.             family_first => 1,
  12. fields => [
  13. { sub_name => "family", type => "text", maxlength => 64, input_cols => 25, },
  14. { sub_name => "given", type => "text", maxlength => 64, input_cols => 25, },
  15. { sub_name => "lineage", type => "text", maxlength => 10, },
  16. { sub_name => "honourific", type => "text", maxlength => 20, },
  17. ],
  18.         },
  19.         {
  20.             sub_name => 'id',
  21.             type => 'text',
  22.             input_cols => 20,
  23.             allow_null => 1,
  24.         }
  25.     ],
  26.     input_boxes => 4,
  27. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement