From 63fe49db47734016c234201a5c54e68bb8457a60 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Thu, 7 Dec 2023 08:20:10 +0100 Subject: [PATCH] add docs --- src/plone/restapi/tests/http-examples/site_get.resp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/plone/restapi/tests/http-examples/site_get.resp b/src/plone/restapi/tests/http-examples/site_get.resp index e5f274d3de..104c694fc0 100644 --- a/src/plone/restapi/tests/http-examples/site_get.resp +++ b/src/plone/restapi/tests/http-examples/site_get.resp @@ -16,6 +16,13 @@ Content-Type: application/json "icon 32:32", "listing 16:16" ], + "plone.available_languages": [ + "en", + "de", + "es", + "fr" + ], + "plone.default_language": "en", "plone.robots_txt": "Sitemap: {portal_url}/sitemap.xml.gz\n\n# Define access-restrictions for robots/spiders\n# http://www.robotstxt.org/wc/norobots.html\n\n\n\n# By default we allow robots to access all areas of our site\n# already accessible to anonymous users\n\nUser-agent: *\nDisallow:\n\n\n\n# Add Googlebot-specific syntax extension to exclude forms\n# that are repeated for each piece of content in the site\n# the wildcard is only supported by Googlebot\n# http://www.google.com/support/webmasters/bin/answer.py?answer=40367&ctx=sibling\n\nUser-Agent: Googlebot\nDisallow: /*?\nDisallow: /*atct_album_view$\nDisallow: /*folder_factories$\nDisallow: /*folder_summary_view$\nDisallow: /*login_form$\nDisallow: /*mail_password_form$\nDisallow: /@@search\nDisallow: /*search_rss$\nDisallow: /*sendto_form$\nDisallow: /*summary_view$\nDisallow: /*thumbnail_view$\nDisallow: /*view$\n", "plone.site_logo": null, "plone.site_title": "Plone site"