mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added support for links in image and gallery cards
closes https://github.com/TryGhost/Team/issues/465
- updates image and gallery card renderers with support for links
- UI for setting links added in deadfffbc4
This commit is contained in:
parent
21b30c94f4
commit
ac1bfe93b8
2 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@
|
|||
"@tryghost/job-manager": "0.7.2",
|
||||
"@tryghost/kg-card-factory": "2.1.6",
|
||||
"@tryghost/kg-default-atoms": "2.0.3",
|
||||
"@tryghost/kg-default-cards": "4.0.0-rc.2",
|
||||
"@tryghost/kg-default-cards": "4.0.0-rc.3",
|
||||
"@tryghost/kg-markdown-html-renderer": "4.0.0-rc.1",
|
||||
"@tryghost/kg-mobiledoc-html-renderer": "4.0.0-rc.1",
|
||||
"@tryghost/magic-link": "0.6.6",
|
||||
|
|
|
@ -423,10 +423,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-atoms/-/kg-default-atoms-2.0.3.tgz#b4a7a4c502a7b9940854cbcf7868b0a4f23b9edd"
|
||||
integrity sha512-ZC3Lk7X0fGB+nPBSVF3PeirYuEX9sjNd5awmr5X//q8B5UdtUdKqzkW7DvYyABmI0/iL7HkUeZvETx22b3V7bw==
|
||||
|
||||
"@tryghost/kg-default-cards@4.0.0-rc.2":
|
||||
version "4.0.0-rc.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-4.0.0-rc.2.tgz#c6d4a065d418f9f3a14cf5721b61130c73847c22"
|
||||
integrity sha512-rLXqw+Iq7+YdY3TVOxi/eQbQZ0OwVtQlbg6RVuG1fc6nz9qAg0/DuYR+mSoRZIkRcnQw3jKBxOV1axtbH0RpLg==
|
||||
"@tryghost/kg-default-cards@4.0.0-rc.3":
|
||||
version "4.0.0-rc.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-4.0.0-rc.3.tgz#5f49a0806c14cde18b37b0c204b6d02c4a1058ce"
|
||||
integrity sha512-/8lm8BjI56Jgs3nGdK58ap8QZUP+ZLnc+1fmGKN7oCyq5Jdq2NWznscEHrN22jy/T+cFUJvUKiUdTIee4Q5Qhw==
|
||||
dependencies:
|
||||
"@tryghost/kg-markdown-html-renderer" "^3.0.1-4.0.0-rc.0.0"
|
||||
"@tryghost/url-utils" "^0.6.14"
|
||||
|
|
Loading…
Add table
Reference in a new issue