Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Image Limit Option #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Image Limit Option #23

wants to merge 2 commits into from

Conversation

jamesckemp
Copy link

Added option to limit images, like so:

'fields' => array(
array(
'name' => 'Image',
'id' => 'image',
'type' => 'image',
'limit' => 1
)
)

Added option to limit images, like so:

'fields' => array(
    array(
        'name' => 'Image',
	'id'   => 'image',
	'type' => 'image',
	'limit' => 1
    )
)
@jamesckemp jamesckemp mentioned this pull request Jul 26, 2014
Forgot to remove log messages
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant