The Wayback Machine - https://web.archive.org/web/20201014095938/https://github.com/topics/json-ld
Skip to content
#

json-ld

Here are 305 public repositories matching this topic...

api-platform
jvigneron
jvigneron commented Nov 28, 2019

Description
Remove any google fonts dependency from api-platform.

Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?

Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds

zommerberg
zommerberg commented Sep 12, 2020

Hello, is there a way to add a richer authors support for articles/blog posts that were written by multiple people?

Right now we only have authorName={'John Cena'} , which is just a String. And results to:

"author": {
   "@type": "Person",
   "name": "John Cena"
 },

Could we have that as a String[] so we can pass authorName={['John Cena','Scott Steiner']}

This way the JSON

Improve this page

Add a description, image, and links to the json-ld topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the json-ld topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.