Global Data Source 🧪
Store site-wide content so that it can be easily accessed and integrated
Last updated
Store site-wide content so that it can be easily accessed and integrated
Not yet available for production use.
Use $global to access.
Hours of operation
Copyright notice
Primary phone
Primary email
Store an arbitrary global JSON object in site wide head, e.g.;
<script>
{
"copyright": "Copyright 2024, Sygnal",
"contact": {
"email": "info@sygnal.com"
}
}
</script>Overrides. Allow another object at the page head level that can override specific field values.
Reference values as needed, e.g.;
$global.copyright
$global.contact.email
Integration with Sygnal Hyperflow, and the ability to source data externally from an external KV store. API to allow for updates externally.
Potentially support multiple named global objects, with a default one.
Support for Sygnal HSON.
Possible support for special types or type-binding;
Plain-text
Numeric
Boolean ( conditional visibility )
HTML
Used for e.g. a copyright notice, or a chunk of content for hours of operation
Last updated