markdown 将自定义帮助程序添加到Ghost CMS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 将自定义帮助程序添加到Ghost CMS相关的知识,希望对你有一定的参考价值。

Go to `current/core/server/helpers` and create handlebars helper
Best to copy exsiting helper and extend off it.

Open the `index.js` in that folder: 

Add helper to core
`coreHelpers.my_helper = require('./my_helper');`

And Register helper inside of the `registerAllCoreHelpers` function
`registerThemeHelper('my_helper', coreHelpers.my_helper);`

以上是关于markdown 将自定义帮助程序添加到Ghost CMS的主要内容,如果未能解决你的问题,请参考以下文章

markdown 将自定义JS添加到FoundationPress

markdown 将自定义字段添加到Woocommerce变体中

markdown 将自定义厨师食谱从V4迁移到V5

将自定义操作添加到 UserModel 的管理页面

将自定义 css 添加到 wordpress 中的页面模板

无法将自定义字体添加到应用程序