You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom_components/sharepoint_photos/strings.json
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@
11
11
"site_url": "SharePoint Site URL",
12
12
"library_name": "Document Library Name",
13
13
"base_folder_path": "Base Folder Path",
14
-
"folder_history_size": "Recent Folder History Size"
14
+
"folder_history_size": "Recent Folder History Size",
15
+
"min_photo_count": "Minimum Photos Per Folder"
15
16
},
16
17
"data_description": {
17
18
"tenant_id": "Your Azure Active Directory tenant ID (GUID)",
@@ -20,7 +21,8 @@
20
21
"site_url": "Full URL to your SharePoint site (e.g., https://yourdomain.sharepoint.com/sites/photos)",
21
22
"library_name": "Name of the document library containing your photos. Common values: 'Documents' (English), 'Freigegebene Dokumente' (German), 'Shared Documents'",
22
23
"base_folder_path": "Path to the folder containing your photo folders (e.g., /Photos, /General/Fotos)",
23
-
"folder_history_size": "Number of recently used folders to exclude when picking a new random folder (set to 0 to disable)"
24
+
"folder_history_size": "Number of recently used folders to exclude when picking a new random folder (set to 0 to disable)",
25
+
"min_photo_count": "Only include folders that contain at least this many photos (default 5)"
24
26
}
25
27
}
26
28
},
@@ -45,7 +47,8 @@
45
47
"data": {
46
48
"library_name": "Document Library Name",
47
49
"base_folder_path": "Base Folder Path",
48
-
"folder_history_size": "Recent Folder History Size"
50
+
"folder_history_size": "Recent Folder History Size",
Copy file name to clipboardExpand all lines: custom_components/sharepoint_photos/translations/en.json
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@
11
11
"site_url": "SharePoint Site URL",
12
12
"library_name": "Document Library Name",
13
13
"base_folder_path": "Base Folder Path",
14
-
"folder_history_size": "Recent Folder History Size"
14
+
"folder_history_size": "Recent Folder History Size",
15
+
"min_photo_count": "Minimum Photos Per Folder"
15
16
},
16
17
"data_description": {
17
18
"tenant_id": "Your Azure Active Directory tenant ID (GUID)",
@@ -20,7 +21,8 @@
20
21
"site_url": "Full URL to your SharePoint site (e.g., https://yourdomain.sharepoint.com/sites/photos)",
21
22
"library_name": "Name of the document library containing your photos. Common values: 'Documents' (English), 'Freigegebene Dokumente' (German), 'Shared Documents'",
22
23
"base_folder_path": "Path to the folder containing your photo folders (e.g., /Photos, /General/Fotos)",
23
-
"folder_history_size": "Number of recently used folders to exclude when picking a new random folder (set to 0 to disable)"
24
+
"folder_history_size": "Number of recently used folders to exclude when picking a new random folder (set to 0 to disable)",
25
+
"min_photo_count": "Only include folders that contain at least this many photos (default 5)"
24
26
}
25
27
}
26
28
},
@@ -45,7 +47,8 @@
45
47
"data": {
46
48
"library_name": "Document Library Name",
47
49
"base_folder_path": "Base Folder Path",
48
-
"folder_history_size": "Recent Folder History Size"
50
+
"folder_history_size": "Recent Folder History Size",
0 commit comments