Search

Showing 7 of 1,975 result(s)

/site-essentials-for-statamic/v1/metadata-overview#content-integrating-third-party-addons

…tents that appear within the tag pair, and remove any meta/link tags it generated that will conflict within. The meta/link tags that appear last within the tag's contents will take priority. If you are using SEO Pro, you can use the seoPro helper...

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

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

/social-media-image-kit/v1/events

Social Media Image Kit will fire events at various points during the image generation process. You may listen for these events if you need to respond to them to implement more complex logic:

/blade-parser/v1/the-validate-command#content-directive-spacing

Class : DirectiveSpacingValidator The directive spacing validator emits a validation error when a directive does not have sufficient leading or trailing whitespace. The following template: 1 < span class = " @if @endif " ></ span > produces the...

/blog/2016/11/21/laravel-miscellaneous-helper-function-windows_os

windows_os The windows_os helper function can be used to determine if the host server is running a Microsoft Windows® operating system. The function returns either true —if the server is running Windows®—or false —if the server is not running...

/blog/2018/04/15/laravel-5-checking-if-the-script-is-executing-on-a-windows-machine-with-windows_os

The windows_os helper function can be used to determine if the host server is running a Microsoft Windows® operating system. The function returns either true —if the server is running Windows®—or false —if the server is not running Windows®.The...

/attribute-renderer-for-statamic/v1/introduction-installation#content-installation

Attribute Renderer can be installed by running the following command from the root of your project: 1 composer require stillat/statamic-attribute-renderer