Sha256: 1a260e9e1c586ee5dd58a41b0a82f6017529bc56f0bc39b726e9f7764e6200c5

Contents?: true

Size: 1.48 KB

Versions: 4

Compression:

Stored size: 1.48 KB

Contents

{
  "Blog": {
    "id": "blog",
    "name": "Blog",
    "description": null,
    "displayField": "title",
    "fields": {
      "Posts": {
        "id": "posts",
        "type": "Array",
        "link_type": "Entry",
        "link": "Link"
      },
      "title": "Text",
      "Categories": {
        "id": "categories",
        "type": "Array",
        "link_type": "Entry",
        "link": "Link"
      },
      "Tags": {
        "id": "tags",
        "type": "Array",
        "link_type": "Entry",
        "link": "Link"
      }
    }
  },
  "Tag": {
    "id": "tag",
    "name": "Tag",
    "description": null,
    "displayField": "nicename",
    "fields": {
      "nicename": "Text",
      "name": "Text"
    }
  },
  "Post": {
    "id": "post",
    "name": "Post",
    "description": null,
    "displayField": "title",
    "fields": {
      "title": "Text",
      "content": "Text",
      "Tags": {
        "id": "tags",
        "type": "Array",
        "link_type": "Entry",
        "link": "Link"
      },
      "Categories": {
        "id": "categories",
        "type": "Array",
        "link_type": "Entry",
        "link": "Link"
      },
      "wordpress_url": "Text",
      "Attachment": {
        "id": "attachment",
        "type": "Asset",
        "link": "Link"
      },
      "created_at": "Date"
    }
  },
  "Category": {
    "id": "category",
    "name": "Category",
    "description": null,
    "displayField": "name",
    "fields": {
      "nicename": "Text",
      "name": "Text"
    }
  }
}

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
wordpress-exporter-0.0.2 spec/fixtures/default_contentful_structure.json
wordpress-exporter-0.0.2 wordpress_settings/default_contentful_structure.json
wordpress-exporter-0.0.1 spec/fixtures/default_contentful_structure.json
wordpress-exporter-0.0.1 wordpress_settings/default_contentful_structure.json