{
  "name": "de-machine/post-content",
  "d4Shortcode": "et_pb_de_mach_content",
  "title": "Post Content",
  "titles": "Post Contents",
  "category": "module",
  "folder": "divi-machine",
  "moduleIcon": "divi-machine/default-icon",
  "description": "Display the current post or page content, excerpt, or taxonomy description with configurable typography and list styles.",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}.et_pb_module",
      "advanced": {
        "text": {
          "desktop": {
            "value": {
              "color": "dark"
            }
          }
        }
      },
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Post Content"
            }
          }
        },
        "decoration": {
          "sizing": {
            "desktop": {
              "value": {}
            },
            "tablet": {
              "value": {}
            },
            "phone": {
              "value": {}
            }
          },
          "spacing": {
            "desktop": {
              "value": {}
            },
            "tablet": {
              "value": {}
            },
            "phone": {
              "value": {}
            }
          }
        }
      }
    },
    "content": {
      "type": "object",
      "default": {
        "advanced": {
          "contentType": {
            "desktop": {
              "value": "content"
            }
          },
          "contentWordcount": {
            "desktop": {
              "value": ""
            }
          },
          "excerptWordcount": {
            "desktop": {
              "value": ""
            }
          },
          "categoryWordcount": {
            "desktop": {
              "value": ""
            }
          },
          "showReadMore": {
            "desktop": {
              "value": false
            }
          },
          "readMoreText": {
            "desktop": {
              "value": "Read more"
            }
          }
        }
      }
    },
    "listStyles": {
      "type": "object",
      "default": {
        "advanced": {
          "ulType": {
            "desktop": {
              "value": "disc"
            }
          },
          "ulPosition": {
            "desktop": {
              "value": "outside"
            }
          },
          "ulItemIndent": {
            "desktop": {
              "value": "20px"
            }
          },
          "olType": {
            "desktop": {
              "value": "decimal"
            }
          },
          "olPosition": {
            "desktop": {
              "value": "outside"
            }
          },
          "olItemIndent": {
            "desktop": {
              "value": "20px"
            }
          }
        }
      }
    },
    "quoteStyles": {
      "type": "object",
      "default": {
        "advanced": {
          "quoteBorderWeight": {
            "desktop": {
              "value": "5px"
            }
          },
          "quoteBorderColor": {
            "desktop": {
              "value": ""
            }
          }
        }
      }
    },
    "textFont": {
      "type": "object",
      "selector": "{{selector}} p, {{selector}}",
      "default": {
        "decoration": {
          "font": {
            "desktop": {
              "value": {
                "lineHeight": "1.7em",
                "size": "14px"
              }
            }
          }
        }
      }
    },
    "linkFont": {
      "type": "object",
      "selector": "{{selector}} a",
      "default": {
        "decoration": {
          "font": {
            "desktop": {
              "value": {
                "lineHeight": "1em",
                "size": "14px"
              }
            }
          }
        }
      }
    },
    "ulFont": {
      "type": "object",
      "selector": "{{selector}} ul",
      "default": {
        "decoration": {
          "font": {
            "desktop": {
              "value": {
                "lineHeight": "1em",
                "size": "14px"
              }
            }
          }
        }
      }
    },
    "olFont": {
      "type": "object",
      "selector": "{{selector}} ol",
      "default": {
        "decoration": {
          "font": {
            "desktop": {
              "value": {
                "lineHeight": "1em",
                "size": "14px"
              }
            }
          }
        }
      }
    },
    "quoteFont": {
      "type": "object",
      "selector": "{{selector}} blockquote, {{selector}} blockquote p",
      "default": {
        "decoration": {
          "font": {
            "desktop": {
              "value": {
                "lineHeight": "1em",
                "size": "14px"
              }
            }
          }
        }
      }
    },
    "header1Font": {
      "type": "object",
      "selector": "{{selector}} h1",
      "default": {
        "decoration": {
          "font": {
            "desktop": {
              "value": {
                "lineHeight": "1em",
                "size": "30px"
              }
            }
          }
        }
      }
    },
    "header2Font": {
      "type": "object",
      "selector": "{{selector}} h2",
      "default": {
        "decoration": {
          "font": {
            "desktop": {
              "value": {
                "lineHeight": "1em",
                "size": "26px"
              }
            }
          }
        }
      }
    },
    "header3Font": {
      "type": "object",
      "selector": "{{selector}} h3",
      "default": {
        "decoration": {
          "font": {
            "desktop": {
              "value": {
                "lineHeight": "1em",
                "size": "22px"
              }
            }
          }
        }
      }
    },
    "header4Font": {
      "type": "object",
      "selector": "{{selector}} h4",
      "default": {
        "decoration": {
          "font": {
            "desktop": {
              "value": {
                "lineHeight": "1em",
                "size": "18px"
              }
            }
          }
        }
      }
    },
    "header5Font": {
      "type": "object",
      "selector": "{{selector}} h5",
      "default": {
        "decoration": {
          "font": {
            "desktop": {
              "value": {
                "lineHeight": "1em",
                "size": "16px"
              }
            }
          }
        }
      }
    },
    "header6Font": {
      "type": "object",
      "selector": "{{selector}} h6",
      "default": {
        "decoration": {
          "font": {
            "desktop": {
              "value": {
                "lineHeight": "1em",
                "size": "14px"
              }
            }
          }
        }
      }
    }
  },
  "style": ["divi-machine-module-style"]
}
