definition.php 470 B

123456789101112
  1. <?php
  2. $sloodleconfig = new SloodleObjectConfig();
  3. $sloodleconfig->primname = 'UStream Viewer';
  4. $sloodleconfig->group = 'communication';
  5. $sloodleconfig->collections= array('Avatar Classroom 2.0 Furniture A');
  6. $sloodleconfig->aliases = array();
  7. $sloodleconfig->field_sets = array(
  8. 'generalconfiguration' => array(
  9. 'sloodleustreamchannel' => new SloodleConfigurationOptionText( 'sloodleustreamchannel', 'ustreamchannel', '', '', 40 ),
  10. ),
  11. );
  12. ?>