mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Renaming some stuff, it's the fashion this week
This commit is contained in:
parent
7cd3acc45e
commit
a2cd47971d
8 changed files with 28 additions and 29 deletions
28
mod/data/preset/imagegallery/preset.xml
Normal file
28
mod/data/preset/imagegallery/preset.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?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>
|
|
@ -1,29 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<settings>
|
||||
<type>text</type>
|
||||
<name>Name</name>
|
||||
<description>The name of this photo</description>
|
||||
</settings>
|
||||
|
||||
<field>
|
||||
<type>text</type>
|
||||
<name>Name</name>
|
||||
<description>The name of this photo</description>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
<type>textarea</type>
|
||||
<name>Description</name>
|
||||
<description>Information about your photo</description>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
<type>picture</type>
|
||||
<name>Picture</name>
|
||||
<description>Your uploaded image</description>
|
||||
<param1>500</param1>
|
||||
<param2>500</param2>
|
||||
<param3>100</param3>
|
||||
<param4>100</param4>
|
||||
</field>
|
Loading…
Add table
Add a link
Reference in a new issue