Add location placeholders to asset template descriptions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -198,7 +198,7 @@ blueprint:
|
|||||||
name: "Image Asset Template"
|
name: "Image Asset Template"
|
||||||
description: >
|
description: >
|
||||||
Template for IMAGE assets in the list. Also used for Telegram media captions.
|
Template for IMAGE assets in the list. Also used for Telegram media captions.
|
||||||
Variables: `{filename}`, `{description}`, `{type}`, `{created}`, `{created_if_unique}`, `{owner}`, `{url}`, `{download_url}`, `{photo_url}`, `{playback_url}`, `{people}`, `{album_name}`, `{is_favorite}`, `{rating}`
|
Variables: `{filename}`, `{description}`, `{type}`, `{created}`, `{created_if_unique}`, `{owner}`, `{url}`, `{download_url}`, `{photo_url}`, `{playback_url}`, `{people}`, `{album_name}`, `{is_favorite}`, `{rating}`, `{location}`, `{location_if_unique}`, `{city}`, `{state}`, `{country}`
|
||||||
default: "\n • 🖼️ {filename}"
|
default: "\n • 🖼️ {filename}"
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
@@ -208,7 +208,7 @@ blueprint:
|
|||||||
name: "Video Asset Template"
|
name: "Video Asset Template"
|
||||||
description: >
|
description: >
|
||||||
Template for VIDEO assets in the list. Also used for Telegram media captions.
|
Template for VIDEO assets in the list. Also used for Telegram media captions.
|
||||||
Variables: `{filename}`, `{description}`, `{type}`, `{created}`, `{created_if_unique}`, `{owner}`, `{url}`, `{download_url}`, `{photo_url}`, `{playback_url}`, `{people}`, `{album_name}`, `{is_favorite}`, `{rating}`
|
Variables: `{filename}`, `{description}`, `{type}`, `{created}`, `{created_if_unique}`, `{owner}`, `{url}`, `{download_url}`, `{photo_url}`, `{playback_url}`, `{people}`, `{album_name}`, `{is_favorite}`, `{rating}`, `{location}`, `{location_if_unique}`, `{city}`, `{state}`, `{country}`
|
||||||
default: "\n • 🎬 {filename}"
|
default: "\n • 🎬 {filename}"
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
|
|||||||
Reference in New Issue
Block a user