Skip to content

Commit ed8e0ec

Browse files
authored
Merge pull request #1 from grebaldi/bugfix/support-neos-8
BUGFIX: Add support for Neos 8.0-8.2
2 parents 1d55a35 + d1aae48 commit ed8e0ec

File tree

5 files changed

+221
-222
lines changed

5 files changed

+221
-222
lines changed

Resources/Private/Plugin/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v14

Resources/Private/Plugin/src/view.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export default class MarkdownView extends PureComponent {
5050

5151
generateContent() {
5252
let content = this.props.options.content || '';
53-
console.log('transient values', this.props.transientValues);
5453

5554
if (content.startsWith('ClientEval:')) {
5655
const context = {

0 commit comments

Comments
 (0)