Ghost/ghost/core
Ronald Langeveld ba0c99d6fb
Added page resource type to Mentions (#16302)
closes https://github.com/TryGhost/Team/issues/2572

The mentions browse output previously only showed resource info if the
mentioned resource type was a `post`.
Additionally, the `resource_type` column basically defaulted to `post`
regardless whether it was a page or in fact a post.

With this change we now have `resource_type` wired in to correctly
determine if the mentioned url was a page or a post.
2023-02-21 13:02:47 +08:00
..
content
core Added page resource type to Mentions (#16302) 2023-02-21 13:02:47 +08:00
test Implemented email analytics retrying (#16273) 2023-02-20 16:44:13 +01:00
.c8rc.e2e.json
.c8rc.json Updated coverage excemption list 2023-02-17 14:27:59 +01:00
.eslintignore
.eslintrc.js
.gitignore
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
package.json Upgraded got package from v9.6.0 to v11.8.6 (#16261) 2023-02-20 09:33:11 -06:00
playwright.config.js