mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Added tenor config to lexical editor context (#16513)
refs TryGhost/Team#2764
This commit is contained in:
parent
fe31898dcd
commit
f40c3ae01a
@ -154,7 +154,8 @@ export default class KoenigLexicalEditor extends Component {
|
||||
'App-Pragma': 'no-cache',
|
||||
'X-Unsplash-Cache': true
|
||||
}
|
||||
}
|
||||
},
|
||||
tenor: this.config.tenor?.googleApiKey ? this.config.tenor : null
|
||||
};
|
||||
|
||||
const useFileUpload = (type = 'image') => {
|
||||
|
Loading…
Reference in New Issue
Block a user