Created
February 14, 2012 21:17
-
-
Save mipmip/1830530 to your computer and use it in GitHub Desktop.
TemplaVoila TCE image configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TCEforms type="array"> | |
<label>Cover Image</label> | |
<config type="array"> | |
<type>group</type> | |
<internal_type>file</internal_type> | |
<allowed>gif,png,jpg,jpeg,ai,psd,tif,tiff,eps,pdf</allowed> | |
<max_size>10000</max_size> | |
<uploadfolder>uploads/tx_templavoila</uploadfolder> | |
<show_thumbs>1</show_thumbs> | |
<size>1</size> | |
<maxitems>1</maxitems> | |
<minitems>0</minitems> | |
</config> | |
</TCEforms> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment