Skip to content

Commit 66e023c

Browse files
Update based on suggested changes
Co-authored-by: Andy Butland <abutland73@gmail.com>
1 parent fe1229a commit 66e023c

File tree

1 file changed

+1
-1
lines changed
  • 17/umbraco-cms/reference/content-delivery-api

1 file changed

+1
-1
lines changed

17/umbraco-cms/reference/content-delivery-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Find a description of each of the configuration keys in the table below.
116116
</tr>
117117
<tr>
118118
<td><code>AllowedContentTypeAliases</code></td>
119-
<td>Contains the aliases of the content types that should be exposed through the Delivery API, this configuration takes precedence over the <code>DisallowedContentTypeAliases</code> so if there are any duplicates, they will be allowed regardless. Note that if this configuration contains any aliases, all other aliases will not be exposed through the Delivery API, if the configuration is empty, all aliases will be exposed, unless they are included in the <code>DisallowedContentTypeAliases</code></td>
119+
<td>Contains the aliases of the content types that should be exposed through the Delivery API. This configuration takes precedence over the <code>DisallowedContentTypeAliases</code> so if there are any duplicates, they will be allowed regardless. If this configuration contains any aliases, all other aliases will not be exposed through the Delivery API. If the configuration is empty, all aliases will be exposed, unless they are included in <code>DisallowedContentTypeAliases</code></td>
120120
</tr>
121121
<tr>
122122
<td><code>RichTextOutputAsJson</code></td>

0 commit comments

Comments
 (0)