Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

 

A great feature that was launched in the 4.7.0 release of Media Manager, will improve the user's experience "BIG TIME"! Inside Media Manager it is now possible to preview / read PDF files.

...

Delete these 3 sections as they are now obsolete:

Code Block
languagexml
titleSections to delete
<searchField id="isPublic" fieldName="asset.is_public" valueHandler="Equals" operator="AND">
    <values valueType="String">
        <value>1</value>
    </values>
</searchField>
<searchField id="sIsNotDeleted" fieldName="asset.deleted" valueHandler="Equals" operator="AND">
    <values valueType="String">
        <value>0</value>
    </values>
</searchField>
<searchField id="sFirstPublished" fieldName="asset_layoutfolder.FirstPublished" operator="AND" valueHandler="NotEmpty" visible="false" />

Then change security to ItemSecurityReadAccessOnlyPublic

Code Block
languagexml
titleEdit security type
<searchField id="security" securityType="ItemSecurityReadAccessOnlyPublic" visible="false" operator="AND" />

 

DOs

  • Easter Egg: while located on the start page of Media Manager, start typing: up up down down left right left right b a

...