From a461f2384f44fa94a5b4c5ed19042de9626a3ab1 Mon Sep 17 00:00:00 2001 From: Vincent Amstoutz Date: Fri, 6 Dec 2024 11:08:22 +0100 Subject: [PATCH] docs(extending-jsonld-context): compatibility with laravel --- core/extending-jsonld-context.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/core/extending-jsonld-context.md b/core/extending-jsonld-context.md index aa595bfdd98..1c341c08ec8 100644 --- a/core/extending-jsonld-context.md +++ b/core/extending-jsonld-context.md @@ -5,13 +5,14 @@

JSON-LD screencast
Watch the JSON-LD screencast

API Platform provides the possibility to extend the JSON-LD context of properties. This allows you to describe JSON-LD-typed -values, inverse properties using the `@reverse` keyword and you can even overwrite the `@id` property this way. Everything you define -within the following annotation will be passed to the context. This provides a generic way to extend the context. +values, inverse properties using the `@reverse` keyword, and you can even overwrite the `@id` property this way. +Everything you define within the following annotation will be passed to the context. This provides a generic way to +extend the context. ```php + - +