Skip to content

Commit

Permalink
Configuration documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schwarz committed Nov 26, 2024
1 parent 623b5b5 commit 2bb2950
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion doc/CONFIGURATION.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@
"key" : "excludedSystemActivities",
"label" : "action.excludedSystemActivities",
"possibleValues" : [
{
"description" : "Save To Files",
"value" : "com.apple.DocumentManagerUICore.SaveToFiles"
},
{
"description" : "Add to reading list",
"value" : "com.apple.UIKit.activity.AddToReadingList"
Expand Down Expand Up @@ -323,7 +327,7 @@
"value" : "com.apple.UIKit.activity.Print"
},
{
"description" : "Save to camera roll",
"description" : "Save Image / Save Video / Save to camera roll",
"value" : "com.apple.UIKit.activity.SaveToCameraRoll"
}
],
Expand Down
5 changes: 4 additions & 1 deletion doc/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ action.create-document-mode
!===
! Value
! Description
! `com.apple.DocumentManagerUICore.SaveToFiles`
! Save To Files

! `com.apple.UIKit.activity.AddToReadingList`
! Add to reading list

Expand Down Expand Up @@ -251,7 +254,7 @@ action.create-document-mode
! Print

! `com.apple.UIKit.activity.SaveToCameraRoll`
! Save to camera roll
! Save Image / Save Video / Save to camera roll

!===

Expand Down

0 comments on commit 2bb2950

Please sign in to comment.