Quantcast
Channel:
Viewing all articles
Browse latest Browse all 4235

Re: Only show 6 records

$
0
0

Hey Alex,

Awesome to see you found the code! Nice job fixing that part.

As for the image, you'll want to update the code used for adding the image field to the CMS. So in your function "getCMSFields()" there is probably something that looks like

$fields->addFieldToTab('Root.Content.Slides', new ImageField('Image",'Image'));

you'll want to update the "new ImageField()" part to use UploadField instead like so

$fields->addFieldToTab('Root.Content.Slides', new UploadField('Image",'Image'));


Posted to: Only show 6 records | Show Thread | Post Reply


Viewing all articles
Browse latest Browse all 4235

Trending Articles