From 729df7fb676fd3fd9e86e362a6bf2fb9bd82b7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Fri, 17 Jun 2016 11:29:09 +0200 Subject: [PATCH] Remove the metadata section from config --- core/configuration.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/core/configuration.md b/core/configuration.md index d7e76c1432a..5b6e10616ed 100644 --- a/core/configuration.md +++ b/core/configuration.md @@ -57,15 +57,6 @@ api_platform: # The name of the query parameter to set the number of items per page. items_per_page_parameter_name: itemsPerPage - metadata: - resource: - - # Cache service for resource metadata. - cache: api_platform.metadata.resource.cache.array - property: - - # Cache service for property metadata. - cache: api_platform.metadata.property.cache.array ``` Previous chapter: [Getting Started](getting-started.md)