Skip to end of banner
Go to start of banner

text_with_link

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Display a text link (with an alt-text).

 JSON Schema

localized properties must be adapted to match your e-shop languages.

{
  "title": "Text with Link",
  "type": "object",
  "properties": {
    "text": {
      "type": "object",
      "title": "Title",
      "properties": {
        "de": {
          "type": "string",
          "description": "Set Title in German."
        },
        "fr": {
          "type": "string",
          "description": "Set Title in French."
        }      }
    },
    "alt_text": {
      "type": "object",
      "title": "Show More Button Title",
      "properties": {
        "de": {
          "type": "string",
          "description": "Set alt-text in German."
        },
        "fr": {
          "type": "string",
          "description": "Set alt-text in French."
        }      }
    },
    "link": {
      "type": "object",
      "title": "Link (URL)",
      "properties": {
        "de": {
          "type": "string",
          "description": "Set link in German."
        },
        "fr": {
          "type": "string",
          "description": "Set link in French."
        }      }
    },
    "accessor": {
      "type": "string",
      "description": "hits accessor (typically leave empty)"
    }
  }
}

Complete Layout Block:

  • No labels