Blame view
sources/apps/gallery/appinfo/info.xml
414 Bytes
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<?xml version="1.0"?> <info> <id>gallery</id> <name>Pictures</name> <licence>AGPL</licence> <author>Robin Appelman</author> <require>4.93</require> <shipped>true</shipped> <description>Dedicated pictures application</description> <standalone/> <default_enable/> <types> <!-- update thumbnails when saving file --> <filesystem/> </types> <public> <gallery>public.php</gallery> </public> </info> |