Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Blocks
  • Blueprints
  • Cache drivers
  • CLI commands
  • Collection filterss
  • Collection methods
  • Controllers
  • Core Components
  • CSSs
  • Field methods
  • File methods
  • File previews
  • Helpers
  • Hooks
  • Kirbytags
  • Page methods
  • Page models
  • Pages methods
  • Panel areas
  • Panel components
  • Panel dialogs
  • Panel dropdowns
  • Panel fields
  • Panel Field Previews
  • Panel sections
  • Panel views
  • Panel view buttons
  • Plugin extensions
  • Routes
  • Site methods
  • Snippets
  • Templates
  • Template engines
  • Textarea buttons
  • Thumb drivers
  • User methods
  • Users methods
  • View buttons
  • Collection methods

    • // using the username
      $users->toList();
      
      // using the page title
      $pages->toList();
      
      // using the filename
      $files->toList();
      List Methods List Methods is a plugin providing methods to generate comma-separated list from collections like pages, users or files. It allows for custo… K5 K4 K3
    • // As helper
      <?= blindtext() ?>
      
      // As site methods
      <?= $site->blindtext() ?>
      
      // As page methods
      <?= $page->blindtext() ?>
      
      // As user methods
      <?= $user->blindtext() ?>
      Blindtext Blindtext is the German word for filler text and thus this plugin offers fillers that can be inserted into templates for layout purposes. K5 K4 K3