Sha256: 08815c6e5ab39191131b94c33b69f517c48ac14f7fe75730fb7e8baa911a16f2

Contents?: true

Size: 1023 Bytes

Versions: 1

Compression:

Stored size: 1023 Bytes

Contents

// mechanic_name_of_content_type : {
//  contentful_api_field : column_mechanic_name
// }

{
  "article": {
    "body": "body",
    "image": "field_image"
  },
  "page": {
    "body": "body"
  },
  "blog": {
    "body": "body"
  },
  "content_type": {
    "body": "body",
    "age": "field_age",
    "if_content_type": "field_if_content_type",
    "decimal": "field_decimal"
  },
  "second_content_type": {
    "body": "body",
    "firma": "field_firma"
  },
  "content_all_types": {
    "body": "body",
    "file": "field_file",
    "image_sec": "field_sec_image",
    "integer": "field_integer",
    "boolean": "field_boolean",
    "decimal": "field_sec_decimal",
    "list_float": "field_list_float",
    "list_integer": "field_list_integer",
    "list_text": "field_list_text",
    "long_text": "field_long_text",
    "text_summary": "field_text_summary",
    "term_tagging": {
      "table": "field_term_tagging"
    },
    "text": "field_text"
  },
  "assety": {
    "body": "body",
    "assets": "field_asset"
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
drupal-exporter-0.0.1 spec/fixtures/settings/drupal_content_types.json