xref: /plugin/imgpaste/conf/default.php (revision 4df872e4c48cbe637ff992c656081915840182b5)
1*4df872e4SAndreas Gohr<?php
2*4df872e4SAndreas Gohr/**
3*4df872e4SAndreas Gohr * Default settings 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$conf['filename']    = '@NS@:pasted:%Y%m%d-%H%M%S';
9