mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 03:18:07 +01:00
29 lines
558 B
XML
29 lines
558 B
XML
<?xml version="1.0"?>
|
|
|
|
<settings>
|
|
<comments>1</comments>
|
|
<ratings>1</ratings>
|
|
</settings>
|
|
|
|
<field>
|
|
<type>text</type>
|
|
<name>Name</name>
|
|
<description>The name of this image</description>
|
|
</field>
|
|
|
|
<field>
|
|
<type>textarea</type>
|
|
<name>Description</name>
|
|
<description>Information about your image</description>
|
|
</field>
|
|
|
|
<field>
|
|
<type>picture</type>
|
|
<name>Image</name>
|
|
<description>Your uploaded image</description>
|
|
<param1></param1>
|
|
<param2></param2>
|
|
<param4>100</param4>
|
|
<param5>100</param5>
|
|
</field>
|