This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Description
e.g. to add a host pattern
Acme\ForumBundle\Document\Topic:
uri_schema: /my-forum/{category}/{title}
attributres:
hostPattern: foobar.*.dom
token_providers:
category: [content_method, { method: getCategoryTitle, slugify: true }]
title: [content_method, { method: getTitle }] # slugify is true by default