GUIDES
Link DB
This example shows the configuration of an app for storing and retrieving data linked to specific context (e.g., a Twitter post).
Explanation
-
metadata:
Includes the name and description, explaining that the app stores and retrieves data. -
$targets:
Specifies that the app will display within a Twitter post. -
injectTo
defines that the component will be placed in the south panel. -
static
indicates that the component is static and does not change dynamically.