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

Commit 274af3e

Browse files
committed
make labels consistent
1 parent 953555b commit 274af3e

File tree

11 files changed

+25
-25
lines changed

11 files changed

+25
-25
lines changed

bundles/block/cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The BlockBundle also has a cache invalidation listener that calls the
219219
``flush`` method of a cache adapter automatically when a cached block document
220220
is updated or removed.
221221

222-
.. _bundle-block-cache-rendering:
222+
.. _bundles-block-cache-rendering:
223223

224224
Block Rendering
225225
---------------

bundles/block/create_your_own_blocks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ that knows how to fetch the feed data of an ``RssBlock``::
193193
}
194194
}
195195

196-
.. _bundle-block-execute:
196+
.. _bundles-block-execute:
197197

198198
The Execute Method
199199
~~~~~~~~~~~~~~~~~~

bundles/block/introduction.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sonata bundles in addition to the CmfBlockBundle::
4141
// ...
4242
}
4343

44-
.. _bundle-block-configuration:
44+
.. _bundles-block-configuration:
4545

4646
Usage
4747
-----
@@ -151,7 +151,7 @@ specific settings for one of the block classes.
151151
:ref:`Block Sonata Admin Extension <bundles-block-types-admin_extension>`
152152
that adds editing of the ``BaseBlock`` general block options.
153153

154-
.. _bundle-block-updated-sonata-defaults:
154+
.. _bundles-block-updated-sonata-defaults:
155155

156156
Updated SonataBlockBundle Defaults
157157
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -173,7 +173,7 @@ updated:
173173
still change the values by setting the configuration values in your
174174
application configuration file.
175175

176-
.. _bundle-block-document:
176+
.. _bundles-block-document:
177177

178178
Block Document
179179
--------------
@@ -217,7 +217,7 @@ render the block. It aggregates and merges all settings from configuration,
217217
the block service, the block document and settings passed to the Twig template
218218
helper. Therefore, use the BlockContext to get or alter a setting if needed.
219219

220-
.. _bundle-block-service:
220+
.. _bundles-block-service:
221221

222222
Block Service
223223
-------------
@@ -230,7 +230,7 @@ When using the provided blocks, you do not need to worry about the block
230230
service. It is only relevant when
231231
:doc:`creating your own blocks <create_your_own_blocks>`.
232232

233-
.. _bundle-block-rendering:
233+
.. _bundles-block-rendering:
234234

235235
Block rendering
236236
---------------
@@ -289,7 +289,7 @@ receives the block object (equivalent to a Request object) and a ``Response``
289289
object. The purpose of the ``execute`` method to set the content of the
290290
response object - typically by rendering a Twig template.
291291

292-
.. _bundle-block-embed:
292+
.. _bundles-block-embed:
293293

294294
Embedding Blocks in WYSIWYG Content
295295
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

bundles/block/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Create a document::
129129

130130
$documentManager->persist($myRssBlock);
131131

132-
.. _bundle-block-rss-settings:
132+
.. _bundles-block-rss-settings:
133133

134134
The available settings are:
135135

bundles/core/publish_workflow.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ to view unpublished content as well::
111111
// ...
112112
}
113113

114-
.. _bundle-core-publish-workflow-twig_function:
114+
.. _bundles-core-publish-workflow-twig_function:
115115

116116
To check publication in a template, use the Twig function ``cmf_is_published``,
117117
in PHP templating the ``$view['cmf']->isPublished`` method:
@@ -287,7 +287,7 @@ and end date. A date may be null to indicate "always started" resp.
287287
* **getPublishEndDate**: If non-null, the date from which the document
288288
should stop being published.
289289

290-
.. _bundle-core-workflow-custom-voters:
290+
.. _bundles-core-workflow-custom-voters:
291291

292292
Custom Voters
293293
.............
@@ -346,7 +346,7 @@ should not call it to avoid triggering an exception. If a voter only gives
346346
access if the current user fulfills some requirement, it simply has to return
347347
``ACCESS_DENIED`` if there is no current user.
348348

349-
.. _bundle-core-workflow-request_listener:
349+
.. _bundles-core-workflow-request_listener:
350350

351351
Publication Request Listener
352352
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

bundles/create/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ bundles in your kernel and properly configure Assetic as described below.
8282
To upload and display images the :doc:`MediaBundle <../media/introduction>` is
8383
used. CKEditor uses the :doc:`elfinder adapter <../media/adapters/elfinder>`.
8484

85-
.. _bundle-create-ckeditor:
85+
.. _bundles-create-ckeditor:
8686

8787
Installation
8888
------------
@@ -392,7 +392,7 @@ higher, the method reads:
392392
configuration further, you will need to use a
393393
:ref:`custom template to load the editor<bundle-create-custom>`.
394394

395-
.. _bundle-create-usage-embed:
395+
.. _bundles-create-usage-embed:
396396

397397
Rendering Content
398398
-----------------

bundles/create/other-editors.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Other Editors
77

88
.. include:: ../_partials/unmaintained.rst.inc
99

10-
.. _bundle-create-hallo:
10+
.. _bundles-create-hallo:
1111

1212
Using Hallo.js Editor
1313
---------------------
@@ -78,7 +78,7 @@ the additional image controller routing file in your main routing configuration:
7878
7979
return $collection;
8080
81-
.. _bundle-create-custom:
81+
.. _bundles-create-custom:
8282

8383
Custom Editors
8484
--------------

bundles/phpcr_odm/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ There are 3 main services provided by this bundle:
410410
* ``doctrine_phpcr.odm.default_document_manager`` - The PHPCR-ODM document
411411
manager instance.
412412

413-
.. _bundle-phpcr-odm-commands:
413+
.. _bundles-phpcr-odm-commands:
414414

415415
Doctrine PHPCR Commands
416416
-----------------------

bundles/phpcr_odm/multiple_sessions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ of the ``session`` information. Each session has a name and the configuration
99
following the same schema as what is directly in ``session``. You can also
1010
overwrite which session to use as ``default_session``.
1111

12-
.. _bundle-phpcr-odm-multiple-phpcr-sessions:
12+
.. _bundles-phpcr-odm-multiple-phpcr-sessions:
1313

1414
Multiple PHPCR Sessions
1515
-----------------------

bundles/routing/dynamic.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ When there is no configuration or ``cmf_routing.dynamic.enabled`` is set to
8888
``false``, the dynamic router services will not be loaded at all, allowing
8989
you to use the ``ChainRouter`` with your own routers.
9090

91-
.. _bundle-routing-dynamic-match:
91+
.. _bundles-routing-dynamic-match:
9292

9393
Match Process
9494
-------------
@@ -198,7 +198,7 @@ controllers default to the ``ContentController`` provided by that bundle.
198198
cases. See :ref:`bundle-routing-customize`. Use the priority to insert your
199199
enhancers in the correct order.
200200

201-
.. _bundle-routing-document:
201+
.. _bundles-routing-document:
202202

203203
Doctrine PHPCR-ODM Integration
204204
------------------------------
@@ -322,7 +322,7 @@ omit setting a content document on the route document.
322322
create one route per language for the same content. The route generator will
323323
pick the correct route if available.
324324

325-
.. _bundle-routing-entity:
325+
.. _bundles-routing-entity:
326326

327327
Doctrine ORM integration
328328
------------------------
@@ -336,7 +336,7 @@ the name indicates, loads ``Route`` entities from an ORM database.
336336
You must install the CoreBundle to use this feature if your application
337337
does not have at least DoctrineBundle 1.3.0.
338338

339-
.. _bundle-routing-route-entity:
339+
.. _bundles-routing-route-entity:
340340

341341
The ORM Route entity
342342
--------------------

bundles/routing/dynamic_customize.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _bundle-routing-customize:
1+
.. _bundles-routing-customize:
22

33
Customizing the Dynamic Router
44
==============================
@@ -89,7 +89,7 @@ is executed.
8989
9090
.. index:: Route Provider
9191

92-
.. _bundle-routing-custom_provider:
92+
.. _bundles-routing-custom_provider:
9393

9494
Using a Custom Route Provider
9595
-----------------------------
@@ -251,7 +251,7 @@ yourself and configure that service:
251251
],
252252
]);
253253
254-
.. _bundle-routing-route-defaults-validator:
254+
.. _bundles-routing-route-defaults-validator:
255255

256256
The RouteDefaultsValidator
257257
~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)