definition.php 533 B

1234567891011
  1. <?php
  2. $sloodleconfig = new SloodleObjectConfig();
  3. $sloodleconfig->primname = 'Presentation Seating';
  4. $sloodleconfig->group = 'misc';
  5. $sloodleconfig->aliases = array('PresentationSeating');
  6. $sloodleconfig->collections= array('Avatar Classroom 2.0 Furniture A');
  7. //parameter name, translation text, description, default value, length
  8. $sloodleconfig->field_sets = array(
  9. 'generalconfiguration'=> array(
  10. 'color' => new SloodleConfigurationOptionText( 'color', 'misc:presentation_seating', '', '<0,0,1>', 40 )
  11. ));