Sha256: ac681ee44ce9e173eaf0baad59eccdd7df5a50bbccb8d3e235bb6c095f9a7e80

Contents?: true

Size: 1.99 KB

Versions: 3

Compression:

Stored size: 1.99 KB

Contents

{
  "Blog": {
    "id": "blog",
    "name": "Blog",
    "description": null,
    "displayField": "title",
    "fields": {
      "Authors": {
        "id": "authors",
        "type": "Array",
        "link_type": "Entry",
        "link": "Link"
      },
      "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"
      }
    }
  },
  "Author": {
    "id": "author",
    "name": "Author",
    "description": null,
    "displayField": "display_name",
    "fields": {
      "email": "Text",
      "display_name": "Text",
      "first_name": "Text",
      "last_name": "Text",
      "wordpress_login": "Text"
    }
  },
  "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",
      "Author": {
        "id": "author",
        "type": "Link",
        "link_type": "Entry"
      },
      "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

3 entries across 2 versions & 1 rubygems

Version Path
wordpress-exporter-0.2.0 spec/fixtures/default_contentful_structure.json
wordpress-exporter-0.1.0 spec/fixtures/default_contentful_structure.json
wordpress-exporter-0.1.0 wordpress_settings/default_contentful_structure.json