Search

Showing 7 of 587 result(s)

/site-essentials-for-statamic/v1/license#content-5-conveying-modified-source-versions

You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices...

/site-essentials-for-statamic/v1/license#content-10-automatic-licensing-of-downstream-recipients

Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties...

/site-essentials-for-statamic/v1/license#content-17-interpretation-of-sections-15-and-16

If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability...

/site-essentials-for-statamic/v1/metadata-overview#content-registering-third-party-metadata-providers

The metadata manager also supports the concept of "metadata providers." These providers provide a simple way for external code to register multiple meta tags with Site Essential's metadata manager. Metadata providers are added by using the...

/site-essentials-for-statamic/v1/metadata-overview#content-front-end-templating

In order for meta and link tags to appear in the output of your templates, you will need to use the se_meta Antlers tag. You should remove all hardcoded meta/link tags that you will be managing using the metadata builders so duplicates do not...

/site-essentials-for-statamic/v1/open-graph-metadata#content-image-asset

The imageAsset helper method accepts an Asset instance and generates the following meta tags based on the asset's information: 1 < meta name = "image" property = "og:image" content = "..." > 2 < meta property = "og:image:width" content = "..." > 3...

/site-essentials-for-statamic/v1/open-graph-metadata#content-image-type

The imageType method queues a <meta property="og:image:type" content="..."> tag. By default it does not contain a value, and is generally used to construct a large amount of meta tags at once.