xref: /plugin/imgpaste/conf/metadata.php (revision 4df872e4c48cbe637ff992c656081915840182b5)
1*4df872e4SAndreas Gohr<?php
2*4df872e4SAndreas Gohr/**
3*4df872e4SAndreas Gohr * Options for the imgpaste plugin
4*4df872e4SAndreas Gohr *
5*4df872e4SAndreas Gohr * @author Andreas Gohr <gohr@cosmocode.de>
6*4df872e4SAndreas Gohr */
7*4df872e4SAndreas Gohr
8*4df872e4SAndreas Gohr
9*4df872e4SAndreas Gohr$meta['filename'] = array('string');
10*4df872e4SAndreas Gohr
11