Skip to content
Polmonite edited this page Sep 21, 2019 · 1 revision

Array

These are used to manipulate arrays. Available array filters are:

  • skip:{how_many}: skip the first $how_many elements of the array;
  • take:{how_many}: take the first $how_many elements of the array;
  • slice:{from},{how_many}: skip the first $from elements and then take $how_many elements from the remaining array;
  • array_flatten: flatten a recursive array.

Other

Extend Malini

  • Create your own Accessor
  • Create your own Decorator
  • Available Extensions
    • Malini\Aeria
    • Malini\YOAST
    • Malini\ACF
Clone this wiki locally