cddf786424
refs https://github.com/TryGhost/Team/issues/3051 - We need to show the announcement_content to specific audiences based on the announcement_visibility filter
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/test'
|
|
]
|
|
};
|