1. Overview
  2. 1. What is Strapify?
  3. 2. Getting Started
  4. 3. Quick Install
  5. Syntax Reference
  6. 4. Field Elements
    1. 4.1. strapi-field
    2. 4.2. strapi-into
  7. 5. Template Elements
    1. 5.1. strapi-template
    2. 5.2. strapi-template-conditional
  8. 6. Collection Elements
    1. 6.1. strapi-collection
  9. 7. Filtering, Sorting, and Pagination
    1. 7.1. strapi-sort
    2. 7.2. strapi-sort-control
    3. 7.3. strapi-filter
    4. 7.4. strapi-filter-control
    5. 7.5. strapi-page
    6. 7.6. strapi-page-size
    7. 7.7. strapi-page-control
    8. 7.8. strapi-control-value
  10. 8. Relation & Repeatable Elements
    1. 8.1. strapi-relation
    2. 8.2. strapi-repeatable
  11. 9. CSS Modifiers
    1. 9.1. strapi-class-add
    2. 9.2. strapi-class-replace
    3. 9.3. strapi-class-conditional
    4. 9.4. strapi-background-image
  12. 10. Auth System
    1. 10.1. strapi-auth
    2. 10.2. strapi-auth-input
    3. 10.3. strapi-auth-submit
    4. 10.4. strapi-logout
    5. 10.5. strapi-logout-redirect
    6. 10.6. strapi-error-redirect
    7. 10.7. strapi-success-redirect
  13. 11. EZForms
    1. 11.1. strapi-ezforms-form
    2. 11.2. strapi-ezforms-submit
    3. 11.3. strapi-error-redirect
    4. 11.4. strapi-success-redirect
  14. 12. State Elements (Error, Loading, Success)
    1. 12.1. strapi-state-element
    2. 12.2. strapi-hide-on-fail
  15. 13. Single Type Elements
    1. 13.1. strapi-single-type
    2. 13.2. strapi-single-type-into
    3. 13.3. strapi-single-type-background-image
    4. 13.4. strapi-single-type-class-add
    5. 13.5. strapi-single-type-class-replace
    6. 13.6. strapi-single-type-class-conditional
    7. 13.7. strapi-single-type-repeatable
    8. 13.8. strapi-single-type-relation
  16. Custom Scripts & Events
  17. 14. Using Custom Scripts with Strapify
  18. 15. Attribute Mutations
  19. 16. Events
    1. 16.1. strapifyInitialized
    2. 16.2. strapiCollectionChange
    3. 16.3. strapiAuthRegistered
    4. 16.4. strapiAuthRegisterError
    5. 16.5. strapiAuthLoggedIn
    6. 16.6. strapiAuthLoginError
    7. 16.7. strapiUserAuthenticated
    8. 16.8. strapiUserAuthenticationError
  20. Notes
  21. 17. Syntax Notes
    1. 17.1. Arguments
    2. 17.2. Multiple Arguments
    3. 17.3. Components in Arguments
    4. 17.4. Variable Templating in Arguments
    5. 17.5. Query String Variables in Arguments
    6. 17.6. Strapi Sort & Filter Syntax
    7. 17.7. Strapify Conditional Expression Arguments
    8. 17.8. Special Characters
  22. 18. Supported Strapi Field Types
  23. 19. Supported Plugins
  24. 20. Reserved Keywords
  25. 21. Changelog
  26. 22. Contributing
  27. 23. License

Strapify Documentation

Syntax Notes

There are a few syntax rules that are important to understand when using Strapify. Those rules are described in detail below.

  • Arguments
  • Multiple Arguments
  • Components in Arguments
  • Variable Templating in Arguments
  • Query String Variables in Arguments
  • Strapi Sort & Filter Syntax
  • Strapify Conditional Expression Arguments
  • Special Characters