LLC Content Type
Reference guide for accessing an LLC type within Contentful
Contentful Name | Contentful ID | CONTENTFUL TYPE |
---|---|---|
LLC Name | llcName | text |
Client | client | reference |
Owning Org | owningOrg | number |
Other Metadata | (pending) | media |
Example Advertisement Payload(Javascript)
This is an example of a payload received by a contentful webhook.
The term “entry” is a name we declared in code and can be changed.
The “sys” name is provided directly from contentful and contains this entry’s id.
Each “entry” contains a subset of fields, which contain all the items provided in the table above.
For reference fields, we want to re-fetch those types by passing the id provided in those fields.
{
"LLC Name": entry.fields.llcName,
"Client": entry.fields.client,
"Owning Org": entry.fields.owningOrg
}
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'html-macro' is unknown.