You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, all generators except `DunglasJsonLdApi` (API Platform v1) and `SerializerGroups` are enabled.
263
-
You can specify the list of generators to use with the `generators` option.
263
+
You can specify the list of generators to use with the `annotationGenerators` option.
264
264
265
265
Example (enabling only the PHPDoc generator):
266
266
@@ -283,8 +283,7 @@ annotationGenerators:
283
283
284
284
## Disabling `id` Generator
285
285
286
-
By default, the generator add a property called `id` not provided by Schema.org. This useful when using generated entity
287
-
with an ORM or an ODM.
286
+
By default, the generator adds a property called `id` not provided by Schema.org. This may be useful when generating an entity for use with an ORM or an ODM.
288
287
This behavior can be disabled with the following setting:
0 commit comments