Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save douglascrp/d2f79d5fec753450be12000cb9e35bee to your computer and use it in GitHub Desktop.
Save douglascrp/d2f79d5fec753450be12000cb9e35bee to your computer and use it in GitHub Desktop.
Alfresco renditions
# Com o documento selecionado, usar a ação "Usar no Javascript Console", e executar o código abaixo:
document.removeAspect("rn:renditioned");
document.removeAspect("cm:thumbnailModification");
document.save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment