Search

Showing 7 of 1,697 result(s)

/blog/2021/11/07/using-modifiers-in-antlers-dynamic-bindings#content-chaining-modifiers-in-dynamic-bindings

The following example demonstrates chaining multiple modifiers together when supplying a value for dynamic bindings:

/blog/2021/11/07/using-modifiers-in-antlers-dynamic-bindings#content-dynamically-filtering-collection-dates

The following example calculates a dynamic date to filter a collection, without the need for temporary variables:

/blog/2023/02/10/how-to-structure-your-cybersecurity-team-to-work-in-an-agile-environment#content-defining-your-teams-goals-and-objectives

A company's cybersecurity team is responsible for the security agenda, which includes maintaining the security of the company's information systems, applications, and networks. The team will also monitor and analyze threats to ensure that the...

/blog/2023/02/10/how-to-structure-your-cybersecurity-team-to-work-in-an-agile-environment#content-assigning-roles-to-each-team-member

Once the individual assessment of employees is done, the team leader and the employees themselves can easily assign new roles and positions according to their creativity, flexibility, and adaptability levels. This ensures that the team is...

/blog/2023/04/11/creating-a-simple-honeypot-field-in-laravel#content-adding-our-logic-directly-to-our-forms-action

Our next example will be to add our logic directly to the code that fires when our form is submitted. To do this, we will pretty much just be copying and pasting our logic into our route file and removing the middleware: I prefer the middleware...

/documentation-search/v1/index-configuration

Configuring a search index using Documentation Search is largely the same as configuring a regular Statamic search index . The only things to consider when configuring additional search indexes utilizing Documentation Search's search provider is...

/meerkat/advanced-reply-forms#content-api-endpoints

The Endpoints static object contains the API endpoints that you can submit to from your site. The default endpoints are: Endpoint Description SubmitComment The API endpoint to POST comment replies to. You might use the endpoints like so (the...