Showing 10 of 1,322 results.

License

Social Media Image Kit is released under the GPL-3.0 license.

4. Conveying Verbatim Copies. | License

You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License...

Using a Job Queue

Social Media Image Kit can be configured to process image rendering using a job queue. The typical setup for this scenario will involve having a database available, or some other asynchronous method of processing jobs. Before continuing, it is...

The Statamic Add-on Roundup

…at happened targeting an early version of Statamic 2. The content of this article is outdated, and no longer applies to the Stillat.com website. I was asked on Twitter about the custom Statamic add-ons that power the Stillat site; here we go! I...

MarkdownModifier | The Statamic Add-on Roundup

The MarkdownModifier add-on is another site-specific add-on. You may have noticed that tables, images, etc. that appear within blog posts are wider than the actual post. This would be a pain to manage for each post, so this add-on handles the...

Modifying Compiler Behavior | Compiling Documents

However, there are times when it may be beneficial to change the behavior of the compiler. To do this, we can supply an instance of the Stillat\BladeParser\Document\DocumentCompilerOptions class, which will then be used internally to modify the...

Defining Partial Parameters | Template IDE Hints

We can use the @param directive to define which additional parameters our partial accepts. When we do this, Antlers Toolbox will add these extra parameters to the auto-complete suggestions list. The format for adding parameter names is: 1 @param...