Prepared feature for production
This commit is contained in:
parent
e427e3f702
commit
8a6ce0012a
|
@ -1,13 +1,8 @@
|
||||||
import { Component } from 'react';
|
import { Component } from 'react';
|
||||||
import flamelinkApp from '../flamelink.js';
|
|
||||||
|
|
||||||
class Flamelink extends Component {
|
class Flamelink extends Component {
|
||||||
render() {
|
render() {
|
||||||
|
|
||||||
//Grabs data from text field in entry from the martenSchemaDemo
|
|
||||||
flamelinkApp.content.get('martenSchemaDemo')
|
|
||||||
.then(flameData => document.getElementById("flamelinkDemo").innerHTML = flameData.field_1538162314419);
|
|
||||||
|
|
||||||
return(null);
|
return(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue