Showing 10 of 1,090 results.

12. No Surrender of Others' Freedom. | License

…agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any...

13. Use with the GNU Affero General Public License. | License

Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting...

Removing Existing Favicons | Favicon Configuration

By default the favicon generator will attempt to cleanup any previously generated favicons. This feature can be disabled by changing the remove_existing configuration value within the site_essentials/favicons.php configuration file: 1 <?php 2 3...

Skippable/Ignorable Properties | Introduction & Installation

…3 use function Stillat \ StatamicAttributeRenderer \ attributes ; 4 5 attributes ( [ 6 ' name ' => ' author ' , 7 ' content ' => ' $name ' 8 ] ) ; produces: 1 name = " author " content = " " we can let Attribute Renderer know its okay to ignore a...

se_exception Tag

The se_exception tag is similar to Statamic's not_found tag, but can be used to trigger an exception. It's primary use-case is for testing, but can be sprinkled around your site's template wherever you'd like to throw an exception. 1 {{...

A Beginners Guide to Antlers Arrays and Loops

Arrays are the most versatile datatype when working with Antlers templates. Throughout this article, we will look at various ways to iterate arrays, define and manipulate them, and the default helper variables that exist to help you develop your...

Handling AJAX Errors | Advanced Reply Forms

…ght retrieve these error messages: 1 MeerkatReply . submit = function ( evt ) { 2 // Prevent the default submit. 3 evt . preventDefault () ; 4 5 // Get a reference to the current form. We could 6 // use the `MeerkatReply.getOpenReplyForm();` 7 //...

Filter Search