We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc95c6 commit 97dcda5Copy full SHA for 97dcda5
best_practices/configuration.rst
@@ -103,8 +103,8 @@ to control the number of posts to display on the blog homepage:
103
parameters:
104
homepage.num_items: 10
105
106
-If you've done something like this in the past, it's likely that you've in fact *never* actually needed
107
-to change that value. Creating a configuration
+If you've done something like this in the past, it's likely that you've in fact
+*never* actually needed to change that value. Creating a configuration
108
option for a value that you are never going to configure just isn't necessary.
109
Our recommendation is to define these values as constants in your application.
110
You could, for example, define a ``NUM_ITEMS`` constant in the ``Post`` entity:
0 commit comments