Options for the json api endpoint we should consume
Defines the name of the data attribute that contains the content element definition as a json string. By default the data attribute matches the contentElementSelector and is set to: data-typo-frontend-api-content-element
Defines the selector to find content elements on the html page. This replaces the mountpoint configuration on spa apps. By default the selector is set to: div[data-typo-frontend-api-content-element].
Determines the type of environment the page runs in. This will be set by the NODE_ENV environment variable by default. If there is no NODE_ENV and this option is not set the framework will fall back to "production"
Configuration for the error handling in your application
A list of event names and their matching listeners that should be registered when the frameworks creates the event emitter instance
In hybrid mode the app tries to load global data from a window var "FRONTEND_API_DATA" by default. If you want to change the name of the variable you may change the name using this option.
Can be used to provide the initial value of the "Store"s content. This should be a function that returns an object literal
Options for the vue framework itself
Generated using TypeDoc
Similar to TYPO3's additional configuration, you can use this callback to change the configuration object based on the environment if you need to.