Search

Showing 7 of 2,041 result(s)

/blog/2022/07/18/antlers-and-blade-formatters-behind-the-scenes

In this article, I thought it would be fun to look behind the scenes at how both the Antlers and Blade formatters work. We will look at examples from both formatters since they essentially employ the same strategy to format source documents.

/meerkat/the-is-filters

The is filters provide specialized filters for targeting specific comment properties, or a range of properties;

/site-essentials-for-statamic/v1/antlers-tags/se-current-view

The se_current_view tag provides various utilities to retrieve information about the view currently being rendered. For example, it is capable of returning the current relative view path, as well as outputting <!-- START: --> and <!-- END: -->...

/site-essentials-for-statamic/v1/antlers-tags/se-current-view#content-se-current-view-tag

When used by itself, the se_current_view tag will output the relative path of the view currently being rendered: 1 {{# Output the relative path of the current view. #}} 2 {{ se_current_view / }}

/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/documents#content-getfilepath

Gets the document's file path. 1 <?php 2   3 public function getFilePath () : string ;

/blade-parser/v1/documents#content-getdirectivenames

Gets the directive names. 1 <?php 2   3 public function getDirectiveNames () : array ;