mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
more docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0314bbc5b2
commit
04ab5a09e3
@ -1089,8 +1089,18 @@ var AutoTagCollectionsActions = actions.Actions({
|
|||||||
|
|
||||||
var AutoTagCollections =
|
var AutoTagCollections =
|
||||||
module.AutoTagCollections = core.ImageGridFeatures.Feature({
|
module.AutoTagCollections = core.ImageGridFeatures.Feature({
|
||||||
title: 'Collection tag handling',
|
title: 'Auto tag collection',
|
||||||
doc: core.doc``,
|
doc: core.doc`Auto tag collection
|
||||||
|
|
||||||
|
A collection is different from a crop in that it:
|
||||||
|
- preserves ribbon state
|
||||||
|
- preserves order
|
||||||
|
- preserves local tags
|
||||||
|
|
||||||
|
Tag changes are handled by removing images that were untagged (no
|
||||||
|
longer matching) from the collection and adding newly tagged/matching
|
||||||
|
images to collection.
|
||||||
|
`,
|
||||||
|
|
||||||
tag: 'auto-collection-tags',
|
tag: 'auto-collection-tags',
|
||||||
depends: [
|
depends: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user