Global Data
Its an Umbraco content managed source of data for local page to display information
Data for webpages can and will come from many sources, External api and external databases are two very common sources but also some will need to be content managed.
Having that source within the same Umbraco instance makes perfect sense. The issue is how to demarcate local data from global data.
Following Global Manifesto rules and keep the global data outside and away from local data.
- Content Managed source of data
- Can have site or global scope
- Create once, but reused multiple times for mutiple webpages
Content Managed data that is used as a source of information for one or many webpages