Is there a way in Kentico 7.0.80 to change the default page size in the media library from 10 to (all)? There was an appSetting in version 5.5, but that seems to be deprecated now.
This setting is valid in v7 <add key="CMSDefaultListingFilterLimit" value="25"/> You can find the documentation here. I believe you'd replace 25 with All.
<add key="CMSDefaultListingFilterLimit" value="25"/>
That doesn't control the page listing in the media library, specifically the file listing area, which defaults to 10.
As the documentation states, the UniGrid can override it so if it is specifically set on those user controls then you will have to change it manually.
Please, sign in to be able to submit a new answer.