Skip to content

Commit 92f4930

Browse files
committed
chore: add tooltip text to asset in decorator
1 parent 4780fed commit 92f4930

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/tasks/cortex/core/media.rake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ namespace :cortex do
6666
"grid_width": 12,
6767
"elements": [
6868
{
69-
"id": media.fields.find_by_name('Asset').id
69+
"id": media.fields.find_by_name('Asset').id,
70+
"tooltip": "Recommended blog featured image size: 1452px x 530px with a live area of 930px x 530px"
7071
}
7172
]
7273
}

0 commit comments

Comments
 (0)