Wagtail client-side components
    Preparing search index...

    Function slugify

    • Returns the supplied string as a slug, accepts options.allowUnicode to support additional characters being allowed. Special characters of other languages which are not validated by django's slug validator are discarded.

      Parameters

      • value: string
      • __namedParameters: { allowUnicode?: boolean } = {}

      Returns string