Showing 10 of 2,133 results.

Indemnity | Licensing

You agree to indemnify and hold harmless Stillat, LLC for any third-party claims, actions or suits, as well as any related expenses, liabilities, damages, settlements or fees arising from your use or misuse of the Software, or a violation of any...

Creating Image Templates

Social Media Image Kit creates images by rendering Antlers or Blade templates and converting the results to an image. By default, templates must be stored within the following folder: 1 resources/views/social-media-image-kit/ A very basic template...

Previewing Templates/Development Mode | Creating Image Templates

By default Social Media Image Kit registers a "Preview Social Media Template" action. This action item will appear for all entries where Social Media Image Kit has been enabled. Activating this action for an entry will redirect you to a page where...

releaseNodesFromDocument | Blade Documents

Removes the document instance from all attached nodes. Calling this method will remove the document instance from all nodes that currently belong to this document. This can be useful if you simply want lightweight instances and do not necessarily...

Switch Statement Validator | The Validate Command

Class : SwitchValidator The switch statement validator checks for common issues within Blade switch statements, such as: No, @case, directives were found within the, @switch, block, A, @case, statement is missing a, @break, A, @case, statement has...

Adding the Necessary JavaScript | Reply Forms

While you could technically roll your own JavaScript to allow visitors to reply to other comments on your site, it is definitely easier to harness Meerkat's "reply to" JavaScript file. To add this file to your themes, simply use the following tag...

Prettier 3 | Prettier Plugin Installation

If you are using Prettier 3, you need version 2 of the prettier-plugin-blade package: 1 npm install prettier-plugin-blade@^2 After adding prettier-plugin-blade to your project, you may add the following to your projects .prettierrc file:

Best Practices for Securing Your Development Projects

…sed by 38% in 2022 as compared to the previous year. Therefore, it's important for developers to take proactive measures in order to secure their development projects. Not taking cybersecurity seriously can cost your development firm a whole lot...

Advanced Reply Forms

This article assumes that you have read through the Reply Forms article and already have a custom reply form that you want to extend further with JavaScript. You can hook into Meerkat's reply-to functionality by modifying the MeerkatReply window...