mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
🐛 Support inline partial execution in children partials
refs https://github.com/TryGhost/Ghost/issues/13844 refs https://github.com/TryGhost/Team/issues/1274 - This enables using inline partials to create layouts in Ghost themes. - The support for inline partials was dropped when moving away from Handlebars compilation and using AST traversing instead.
This commit is contained in:
parent
935fef79d6
commit
5037517aad
@ -131,7 +131,7 @@
|
|||||||
"ghost-storage-base": "1.0.0",
|
"ghost-storage-base": "1.0.0",
|
||||||
"glob": "7.2.0",
|
"glob": "7.2.0",
|
||||||
"got": "9.6.0",
|
"got": "9.6.0",
|
||||||
"gscan": "4.21.0",
|
"gscan": "4.22.0",
|
||||||
"html-to-text": "5.1.1",
|
"html-to-text": "5.1.1",
|
||||||
"image-size": "1.0.1",
|
"image-size": "1.0.1",
|
||||||
"intl": "1.2.5",
|
"intl": "1.2.5",
|
||||||
|
@ -5832,10 +5832,10 @@ grunt@1.4.1:
|
|||||||
nopt "~3.0.6"
|
nopt "~3.0.6"
|
||||||
rimraf "~3.0.2"
|
rimraf "~3.0.2"
|
||||||
|
|
||||||
gscan@4.21.0:
|
gscan@4.22.0:
|
||||||
version "4.21.0"
|
version "4.22.0"
|
||||||
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.21.0.tgz#1df2a3ff886ed2a6f6407c51ab9d2a162d13464e"
|
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.22.0.tgz#9f7996ea0c18caa6ba234148145223a64b40cd46"
|
||||||
integrity sha512-fNO+7IcwZ6uxwSgXsM7zLmum1QBlMOeB9D6X/pLy4YQB5/foz98VlsthPmq7sRTzz7CZd2hKdC5Cle6KA7eHPA==
|
integrity sha512-IhAoNL8089XT5HY0synqeadpfdLpZnI062drPID+qfhE7GSSh/N5SNv3naB3iP5L2Gt77mIplf21BTylUvqSpw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sentry/node" "6.16.1"
|
"@sentry/node" "6.16.1"
|
||||||
"@tryghost/config" "0.2.2"
|
"@tryghost/config" "0.2.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user