Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-09-03 03:44:09 +03:00
parent 04ab5a09e3
commit d157c9083f

View File

@ -838,9 +838,7 @@ module.Collection = core.ImageGridFeatures.Feature({
var CollectionTags = var CollectionTags =
module.CollectionTags = core.ImageGridFeatures.Feature({ module.CollectionTags = core.ImageGridFeatures.Feature({
title: 'Collection tag handling', title: 'Collection tag handling',
doc: core.doc`Collection tag handling doc: core.doc`
=======================
What this does: What this does:
- Makes tags global through all collections - Makes tags global through all collections
- Handles local tags per collection - Handles local tags per collection
@ -1090,8 +1088,7 @@ var AutoTagCollectionsActions = actions.Actions({
var AutoTagCollections = var AutoTagCollections =
module.AutoTagCollections = core.ImageGridFeatures.Feature({ module.AutoTagCollections = core.ImageGridFeatures.Feature({
title: 'Auto tag collection', title: 'Auto tag collection',
doc: core.doc`Auto tag collection doc: core.doc`
A collection is different from a crop in that it: A collection is different from a crop in that it:
- preserves ribbon state - preserves ribbon state
- preserves order - preserves order