Unknown Component

Received request from Uniform to render a component with the public ID: articleHero.

<UniformComposition /> does not have articleHero mapped to a React component yet.

To teach your app how to render this component:

  • Create a React component and register it with Uniform, for example
    function ArticleHero({ image, title, introText }) {
      return (
        <div>
          ArticleHero!
          
        </div>
      )
    }
    
    registerUniformComponent({ type: "articleHero", component: ArticleHero })
    Props that your React component will receive
    {
      "image": "//images.ctfassets.net/dzi2asncd44t/3mLnwtBBt6qNuXEfd4KdfB/7bfcb774106a6d31990457ef29d01946/RS16354_Norton_JH_MenloPark_STILLS_017_RT-hpr.jpg",
      "title": "James Hardie expands Hardie™ Architectural and Hardie® Artisan® Siding and Trim offerings",
      "introText": "The #1 brand of siding in North America expands the Hardie Artisan Trim and Hardie Architectural Panel product availability.",
      "component": {
        "type": "articleHero",
        "parameters": {
          "image": {
            "type": "image",
            "value": "//images.ctfassets.net/dzi2asncd44t/3mLnwtBBt6qNuXEfd4KdfB/7bfcb774106a6d31990457ef29d01946/RS16354_Norton_JH_MenloPark_STILLS_017_RT-hpr.jpg"
          },
          "title": {
            "type": "text",
            "value": "James Hardie expands Hardie™ Architectural and Hardie® Artisan® Siding and Trim offerings"
          },
          "introText": {
            "type": "text",
            "value": "The #1 brand of siding in North America expands the Hardie Artisan Trim and Hardie Architectural Panel product availability."
          }
        }
      }
    }
  • Import the component into the file where <UniformComposition /> is defined, for example
    import "../components/ArticleHero.tsx"

Need more help? Check out the documentation.

Unknown Component

Received request from Uniform to render a component with the public ID: articleBody.

<UniformComposition /> does not have articleBody mapped to a React component yet.

To teach your app how to render this component:

  • Create a React component and register it with Uniform, for example
    function ArticleBody({ body, title }) {
      return (
        <div>
          ArticleBody!
          
        </div>
      )
    }
    
    registerUniformComponent({ type: "articleBody", component: ArticleBody })
    Props that your React component will receive
    {
      "body": {
        "data": {},
        "content": [
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "James Hardie is excited to announce that ",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": " Architectural Panel",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " and ",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "Hardie™ Architectural Metal Trim",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " will be available across North America, and ",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": " Artisan",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": " Trim",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " will be available (US-only) on April 1, 2025.",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "James Hardie showcased the expanding portfolio of products at The National Association of Home Builders (NAHB) International Builders' Show",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "® ",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": "in February in anticipation of the April launch and continues to lead with innovation and personalized design for exterior solutions, with a focus on driving demand and preference with homeowners.  ",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": " Architectural Panel ",
                "nodeType": "text"
              }
            ],
            "nodeType": "heading-2"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Architectural Panel & Hardie™ Architectural Metal Trim is a panel product system offering contemporary design solutions to fit any style. The panels offer nature-inspired, non-wood look textures that provide a solution to elevate the traditional look of stucco and help a project stand out. ",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Architectural Panel & Hardie™ Architectural Metal Trim has previously only been available to order in specific regions. Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Architectural Panel offers a variety of textures to suit different design preferences. Choose from several stucco- and nature-inspired textures that can be paired with other Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " products for a mixed materials appearance that elevates the traditional look of stucco, giving your exterior a fresh perspective.",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "The ",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "Fine Sand",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " panel features an even texture with a consistent finish, providing a smooth and uniform appearance. In contrast, the ",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "Mounded Sand",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " panel has a rough texture with a varied finish, offering a more rugged and natural look. Lastly, the ",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "Sea Grass",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " panel showcases a gentle, linear pattern with a dynamic finish. ",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "Architectural Panels can be oriented vertically or horizontally for additional design flexibility, and the varied textures help hide finishing nails for a clean and crisp look. Furthermore, the integrated panel and trim system assists with water management, helping to protect your siding and home from the elements.",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          }
                        ],
                        "value": "®",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": " Architectural Panel will be available in Fine Sand and Sea Grass across North America.",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "In addition to Fine Sand and Sea Grass, Mounded Sand will be available only in Hardie™ Zone 10 (HZ10",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          }
                        ],
                        "value": "®",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": ") at launch.",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "",
                        "nodeType": "text"
                      },
                      {
                        "data": {
                          "uri": "https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fem-new.jameshardie.com%2FOTY2LU5OSy05OTEAAAGZTo3zBo5owbJa7K6fvSkZMzY6x00AdsNJM7KDmEA__gL3ftg-PVQev_1uUDR2LFKD2UgNZz0%3D&data=05%7C02%7Creid.chandler%40jameshardie.com%7C78171162697241ee66e608dd6710b00c%7C86558a8ed82b4aa1a599e42860d78f92%7C0%7C0%7C638780043560058232%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=XGMHQC8U%2FFDnFBqGncIylZUBizW9OVqBTnP%2Bgp4AAcY%3D&reserved=0"
                        },
                        "content": [
                          {
                            "data": {},
                            "marks": [
                              {
                                "type": "underline"
                              }
                            ],
                            "value": "Click here to determine your Hardie™ Zone System.",
                            "nodeType": "text"
                          }
                        ],
                        "nodeType": "hyperlink"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": "",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "Panels will be available in the following sizes: 4'x8', 4'x10', and 4'x12'.",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              }
            ],
            "nodeType": "unordered-list"
          },
          {
            "data": {
              "target": {
                "sys": {
                  "id": "1WspiBPzTlEfJXs8EYIhez",
                  "type": "Entry",
                  "publishedVersion": 3,
                  "space": {
                    "sys": {
                      "type": "Link",
                      "linkType": "Space",
                      "id": "dzi2asncd44t"
                    }
                  },
                  "createdAt": "2025-04-01T14:35:58.364Z",
                  "updatedAt": "2025-04-01T14:35:58.364Z",
                  "environment": {
                    "sys": {
                      "id": "master",
                      "type": "Link",
                      "linkType": "Environment"
                    }
                  },
                  "revision": 1,
                  "contentType": {
                    "sys": {
                      "type": "Link",
                      "linkType": "ContentType",
                      "id": "referenceArticleRichImage"
                    }
                  },
                  "locale": "en-US"
                },
                "fields": {
                  "entryTitle": "HAP textures",
                  "title": "HAP textures",
                  "assets": [
                    {
                      "sys": {
                        "id": "6HcEYPllgX26kUtkq5PlTm",
                        "type": "Entry",
                        "publishedVersion": 3,
                        "space": {
                          "sys": {
                            "type": "Link",
                            "linkType": "Space",
                            "id": "dzi2asncd44t"
                          }
                        },
                        "createdAt": "2025-03-28T20:44:19.688Z",
                        "updatedAt": "2025-03-28T20:44:19.688Z",
                        "environment": {
                          "sys": {
                            "id": "master",
                            "type": "Link",
                            "linkType": "Environment"
                          }
                        },
                        "revision": 1,
                        "contentType": {
                          "sys": {
                            "type": "Link",
                            "linkType": "ContentType",
                            "id": "referenceMediaWrapper"
                          }
                        },
                        "locale": "en-US"
                      },
                      "fields": {
                        "entryTitle": "HAP textures",
                        "title": "HAP textures",
                        "asset": {
                          "sys": {
                            "id": "2tA3ivwfIs8vXMdNYPvDHw",
                            "type": "Asset",
                            "publishedVersion": 3,
                            "space": {
                              "sys": {
                                "type": "Link",
                                "linkType": "Space",
                                "id": "dzi2asncd44t"
                              }
                            },
                            "createdAt": "2025-03-28T20:44:15.717Z",
                            "updatedAt": "2025-03-28T20:44:15.717Z",
                            "environment": {
                              "sys": {
                                "id": "master",
                                "type": "Link",
                                "linkType": "Environment"
                              }
                            },
                            "revision": 1,
                            "locale": "en-US"
                          },
                          "fields": {
                            "title": "Screenshot 2025-03-28 153948",
                            "description": "",
                            "file": {
                              "url": "//images.ctfassets.net/dzi2asncd44t/2tA3ivwfIs8vXMdNYPvDHw/49616fbc2932066e73f1aca4800b83c9/Screenshot_2025-03-28_153948.png",
                              "details": {
                                "size": 337725,
                                "image": {
                                  "width": 1172,
                                  "height": 420
                                }
                              },
                              "fileName": "Screenshot 2025-03-28 153948.png",
                              "contentType": "image/png"
                            }
                          },
                          "metadata": {
                            "tags": [],
                            "concepts": []
                          }
                        }
                      },
                      "metadata": {
                        "tags": [],
                        "concepts": []
                      }
                    }
                  ],
                  "alignment": "Center"
                },
                "metadata": {
                  "tags": [],
                  "concepts": []
                }
              }
            },
            "content": [],
            "nodeType": "embedded-entry-block"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": " Artisan",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": " Trim",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " ",
                "nodeType": "text"
              }
            ],
            "nodeType": "heading-2"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "The much-anticipated return of ",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": " Artisan",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  },
                  {
                    "type": "bold"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": " Trim",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " will complement the elegant lines of ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.jameshardie.com/product-catalog/exterior-siding-products/hardie-artisan-siding/v-groove/primed-for-paint/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [
                      {
                        "type": "bold"
                      }
                    ],
                    "value": "Hardie® Artisan® Siding",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": " to create a distinctive look that will set your home apart. Combined, the Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Artisan",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " products enable a complete exterior, and add sophistication to homes without compromising on durability. ",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "Offering gorgeous, deep shadow lines and extra thick boards, Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Artisan",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Siding and Hardie",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Artisan",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "superscript"
                  }
                ],
                "value": "®",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": " Trim will set homes apart. ",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "The 5/8-inch thickness and unique features of Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          }
                        ],
                        "value": "®",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": " Artisan",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          }
                        ],
                        "value": "®",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": " siding provide precise fit and finish as well as the freedom to miter corners for attractive, streamlined styling.",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              },
              {
                "data": {},
                "content": [
                  {
                    "data": {},
                    "content": [
                      {
                        "data": {},
                        "marks": [],
                        "value": "The 1.5-inch-thick board of Hardie",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          }
                        ],
                        "value": "®",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": " Artisan",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [
                          {
                            "type": "superscript"
                          }
                        ],
                        "value": "®",
                        "nodeType": "text"
                      },
                      {
                        "data": {},
                        "marks": [],
                        "value": " Trim sits proud to complement the siding’s shadow lines.",
                        "nodeType": "text"
                      }
                    ],
                    "nodeType": "paragraph"
                  }
                ],
                "nodeType": "list-item"
              }
            ],
            "nodeType": "unordered-list"
          },
          {
            "data": {
              "target": {
                "sys": {
                  "id": "6rzODRLRD0F2CZmFVTqcSe",
                  "type": "Entry",
                  "publishedVersion": 4,
                  "space": {
                    "sys": {
                      "type": "Link",
                      "linkType": "Space",
                      "id": "dzi2asncd44t"
                    }
                  },
                  "createdAt": "2025-04-01T14:36:24.883Z",
                  "updatedAt": "2025-04-01T17:17:17.950Z",
                  "environment": {
                    "sys": {
                      "id": "master",
                      "type": "Link",
                      "linkType": "Environment"
                    }
                  },
                  "revision": 2,
                  "contentType": {
                    "sys": {
                      "type": "Link",
                      "linkType": "ContentType",
                      "id": "referenceArticleRichImage"
                    }
                  },
                  "locale": "en-US"
                },
                "fields": {
                  "entryTitle": "artisan trim PR",
                  "title": "artisan trim PR",
                  "assets": [
                    {
                      "sys": {
                        "id": "6kW7iLwnyyIxSMJ3tNZeIs",
                        "type": "Entry",
                        "publishedVersion": 3,
                        "space": {
                          "sys": {
                            "type": "Link",
                            "linkType": "Space",
                            "id": "dzi2asncd44t"
                          }
                        },
                        "createdAt": "2025-03-28T20:46:55.406Z",
                        "updatedAt": "2025-03-28T20:46:55.406Z",
                        "environment": {
                          "sys": {
                            "id": "master",
                            "type": "Link",
                            "linkType": "Environment"
                          }
                        },
                        "revision": 1,
                        "contentType": {
                          "sys": {
                            "type": "Link",
                            "linkType": "ContentType",
                            "id": "referenceMediaWrapper"
                          }
                        },
                        "locale": "en-US"
                      },
                      "fields": {
                        "entryTitle": "Artisan trim PR",
                        "title": "Artisan trim",
                        "asset": {
                          "sys": {
                            "id": "50FfIA57Xc4y0D5wE8p6ww",
                            "type": "Asset",
                            "publishedVersion": 7,
                            "space": {
                              "sys": {
                                "type": "Link",
                                "linkType": "Space",
                                "id": "dzi2asncd44t"
                              }
                            },
                            "createdAt": "2025-03-28T20:46:51.864Z",
                            "updatedAt": "2025-04-01T17:17:09.048Z",
                            "environment": {
                              "sys": {
                                "id": "master",
                                "type": "Link",
                                "linkType": "Environment"
                              }
                            },
                            "revision": 2,
                            "locale": "en-US"
                          },
                          "fields": {
                            "title": "RS16437 Norton JH Bolinas STILLS 017 RT-lpr",
                            "description": "",
                            "file": {
                              "url": "//images.ctfassets.net/dzi2asncd44t/50FfIA57Xc4y0D5wE8p6ww/525fb5ce23229e60165c3c88cead4a91/RS7583_WP_6-432-6093060.jpg",
                              "details": {
                                "size": 1640420,
                                "image": {
                                  "width": 1544,
                                  "height": 1300
                                }
                              },
                              "fileName": "RS7583_WP_6-432-6093060.jpg",
                              "contentType": "image/jpeg"
                            }
                          },
                          "metadata": {
                            "tags": [],
                            "concepts": []
                          }
                        }
                      },
                      "metadata": {
                        "tags": [],
                        "concepts": []
                      }
                    }
                  ],
                  "alignment": "Center"
                },
                "metadata": {
                  "tags": [],
                  "concepts": []
                }
              }
            },
            "content": [],
            "nodeType": "embedded-entry-block"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          }
        ],
        "nodeType": "document"
      },
      "title": "James Hardie expands Hardie™ Architectural and Hardie® Artisan® Siding and Trim offerings",
      "component": {
        "type": "articleBody",
        "parameters": {
          "body": {
            "type": "json",
            "value": {
              "data": {},
              "content": [
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "James Hardie is excited to announce that ",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": " Architectural Panel",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " and ",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "Hardie™ Architectural Metal Trim",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " will be available across North America, and ",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": " Artisan",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": " Trim",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " will be available (US-only) on April 1, 2025.",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "James Hardie showcased the expanding portfolio of products at The National Association of Home Builders (NAHB) International Builders' Show",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "® ",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "in February in anticipation of the April launch and continues to lead with innovation and personalized design for exterior solutions, with a focus on driving demand and preference with homeowners.  ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": " Architectural Panel ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "heading-2"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Architectural Panel & Hardie™ Architectural Metal Trim is a panel product system offering contemporary design solutions to fit any style. The panels offer nature-inspired, non-wood look textures that provide a solution to elevate the traditional look of stucco and help a project stand out. ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Architectural Panel & Hardie™ Architectural Metal Trim has previously only been available to order in specific regions. Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Architectural Panel offers a variety of textures to suit different design preferences. Choose from several stucco- and nature-inspired textures that can be paired with other Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " products for a mixed materials appearance that elevates the traditional look of stucco, giving your exterior a fresh perspective.",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "The ",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "Fine Sand",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " panel features an even texture with a consistent finish, providing a smooth and uniform appearance. In contrast, the ",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "Mounded Sand",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " panel has a rough texture with a varied finish, offering a more rugged and natural look. Lastly, the ",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "Sea Grass",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " panel showcases a gentle, linear pattern with a dynamic finish. ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "Architectural Panels can be oriented vertically or horizontally for additional design flexibility, and the varied textures help hide finishing nails for a clean and crisp look. Furthermore, the integrated panel and trim system assists with water management, helping to protect your siding and home from the elements.",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                }
                              ],
                              "value": "®",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": " Architectural Panel will be available in Fine Sand and Sea Grass across North America.",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "In addition to Fine Sand and Sea Grass, Mounded Sand will be available only in Hardie™ Zone 10 (HZ10",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                }
                              ],
                              "value": "®",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": ") at launch.",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "",
                              "nodeType": "text"
                            },
                            {
                              "data": {
                                "uri": "https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fem-new.jameshardie.com%2FOTY2LU5OSy05OTEAAAGZTo3zBo5owbJa7K6fvSkZMzY6x00AdsNJM7KDmEA__gL3ftg-PVQev_1uUDR2LFKD2UgNZz0%3D&data=05%7C02%7Creid.chandler%40jameshardie.com%7C78171162697241ee66e608dd6710b00c%7C86558a8ed82b4aa1a599e42860d78f92%7C0%7C0%7C638780043560058232%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=XGMHQC8U%2FFDnFBqGncIylZUBizW9OVqBTnP%2Bgp4AAcY%3D&reserved=0"
                              },
                              "content": [
                                {
                                  "data": {},
                                  "marks": [
                                    {
                                      "type": "underline"
                                    }
                                  ],
                                  "value": "Click here to determine your Hardie™ Zone System.",
                                  "nodeType": "text"
                                }
                              ],
                              "nodeType": "hyperlink"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": "",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "Panels will be available in the following sizes: 4'x8', 4'x10', and 4'x12'.",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    }
                  ],
                  "nodeType": "unordered-list"
                },
                {
                  "data": {
                    "target": {
                      "sys": {
                        "id": "1WspiBPzTlEfJXs8EYIhez",
                        "type": "Entry",
                        "publishedVersion": 3,
                        "space": {
                          "sys": {
                            "type": "Link",
                            "linkType": "Space",
                            "id": "dzi2asncd44t"
                          }
                        },
                        "createdAt": "2025-04-01T14:35:58.364Z",
                        "updatedAt": "2025-04-01T14:35:58.364Z",
                        "environment": {
                          "sys": {
                            "id": "master",
                            "type": "Link",
                            "linkType": "Environment"
                          }
                        },
                        "revision": 1,
                        "contentType": {
                          "sys": {
                            "type": "Link",
                            "linkType": "ContentType",
                            "id": "referenceArticleRichImage"
                          }
                        },
                        "locale": "en-US"
                      },
                      "fields": {
                        "entryTitle": "HAP textures",
                        "title": "HAP textures",
                        "assets": [
                          {
                            "sys": {
                              "id": "6HcEYPllgX26kUtkq5PlTm",
                              "type": "Entry",
                              "publishedVersion": 3,
                              "space": {
                                "sys": {
                                  "type": "Link",
                                  "linkType": "Space",
                                  "id": "dzi2asncd44t"
                                }
                              },
                              "createdAt": "2025-03-28T20:44:19.688Z",
                              "updatedAt": "2025-03-28T20:44:19.688Z",
                              "environment": {
                                "sys": {
                                  "id": "master",
                                  "type": "Link",
                                  "linkType": "Environment"
                                }
                              },
                              "revision": 1,
                              "contentType": {
                                "sys": {
                                  "type": "Link",
                                  "linkType": "ContentType",
                                  "id": "referenceMediaWrapper"
                                }
                              },
                              "locale": "en-US"
                            },
                            "fields": {
                              "entryTitle": "HAP textures",
                              "title": "HAP textures",
                              "asset": {
                                "sys": {
                                  "id": "2tA3ivwfIs8vXMdNYPvDHw",
                                  "type": "Asset",
                                  "publishedVersion": 3,
                                  "space": {
                                    "sys": {
                                      "type": "Link",
                                      "linkType": "Space",
                                      "id": "dzi2asncd44t"
                                    }
                                  },
                                  "createdAt": "2025-03-28T20:44:15.717Z",
                                  "updatedAt": "2025-03-28T20:44:15.717Z",
                                  "environment": {
                                    "sys": {
                                      "id": "master",
                                      "type": "Link",
                                      "linkType": "Environment"
                                    }
                                  },
                                  "revision": 1,
                                  "locale": "en-US"
                                },
                                "fields": {
                                  "title": "Screenshot 2025-03-28 153948",
                                  "description": "",
                                  "file": {
                                    "url": "//images.ctfassets.net/dzi2asncd44t/2tA3ivwfIs8vXMdNYPvDHw/49616fbc2932066e73f1aca4800b83c9/Screenshot_2025-03-28_153948.png",
                                    "details": {
                                      "size": 337725,
                                      "image": {
                                        "width": 1172,
                                        "height": 420
                                      }
                                    },
                                    "fileName": "Screenshot 2025-03-28 153948.png",
                                    "contentType": "image/png"
                                  }
                                },
                                "metadata": {
                                  "tags": [],
                                  "concepts": []
                                }
                              }
                            },
                            "metadata": {
                              "tags": [],
                              "concepts": []
                            }
                          }
                        ],
                        "alignment": "Center"
                      },
                      "metadata": {
                        "tags": [],
                        "concepts": []
                      }
                    }
                  },
                  "content": [],
                  "nodeType": "embedded-entry-block"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": " Artisan",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": " Trim",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "heading-2"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "The much-anticipated return of ",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": " Artisan",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        },
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": " Trim",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " will complement the elegant lines of ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.jameshardie.com/product-catalog/exterior-siding-products/hardie-artisan-siding/v-groove/primed-for-paint/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [
                            {
                              "type": "bold"
                            }
                          ],
                          "value": "Hardie® Artisan® Siding",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " to create a distinctive look that will set your home apart. Combined, the Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Artisan",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " products enable a complete exterior, and add sophistication to homes without compromising on durability. ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "Offering gorgeous, deep shadow lines and extra thick boards, Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Artisan",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Siding and Hardie",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Artisan",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "superscript"
                        }
                      ],
                      "value": "®",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " Trim will set homes apart. ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "The 5/8-inch thickness and unique features of Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                }
                              ],
                              "value": "®",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": " Artisan",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                }
                              ],
                              "value": "®",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": " siding provide precise fit and finish as well as the freedom to miter corners for attractive, streamlined styling.",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    },
                    {
                      "data": {},
                      "content": [
                        {
                          "data": {},
                          "content": [
                            {
                              "data": {},
                              "marks": [],
                              "value": "The 1.5-inch-thick board of Hardie",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                }
                              ],
                              "value": "®",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": " Artisan",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [
                                {
                                  "type": "superscript"
                                }
                              ],
                              "value": "®",
                              "nodeType": "text"
                            },
                            {
                              "data": {},
                              "marks": [],
                              "value": " Trim sits proud to complement the siding’s shadow lines.",
                              "nodeType": "text"
                            }
                          ],
                          "nodeType": "paragraph"
                        }
                      ],
                      "nodeType": "list-item"
                    }
                  ],
                  "nodeType": "unordered-list"
                },
                {
                  "data": {
                    "target": {
                      "sys": {
                        "id": "6rzODRLRD0F2CZmFVTqcSe",
                        "type": "Entry",
                        "publishedVersion": 4,
                        "space": {
                          "sys": {
                            "type": "Link",
                            "linkType": "Space",
                            "id": "dzi2asncd44t"
                          }
                        },
                        "createdAt": "2025-04-01T14:36:24.883Z",
                        "updatedAt": "2025-04-01T17:17:17.950Z",
                        "environment": {
                          "sys": {
                            "id": "master",
                            "type": "Link",
                            "linkType": "Environment"
                          }
                        },
                        "revision": 2,
                        "contentType": {
                          "sys": {
                            "type": "Link",
                            "linkType": "ContentType",
                            "id": "referenceArticleRichImage"
                          }
                        },
                        "locale": "en-US"
                      },
                      "fields": {
                        "entryTitle": "artisan trim PR",
                        "title": "artisan trim PR",
                        "assets": [
                          {
                            "sys": {
                              "id": "6kW7iLwnyyIxSMJ3tNZeIs",
                              "type": "Entry",
                              "publishedVersion": 3,
                              "space": {
                                "sys": {
                                  "type": "Link",
                                  "linkType": "Space",
                                  "id": "dzi2asncd44t"
                                }
                              },
                              "createdAt": "2025-03-28T20:46:55.406Z",
                              "updatedAt": "2025-03-28T20:46:55.406Z",
                              "environment": {
                                "sys": {
                                  "id": "master",
                                  "type": "Link",
                                  "linkType": "Environment"
                                }
                              },
                              "revision": 1,
                              "contentType": {
                                "sys": {
                                  "type": "Link",
                                  "linkType": "ContentType",
                                  "id": "referenceMediaWrapper"
                                }
                              },
                              "locale": "en-US"
                            },
                            "fields": {
                              "entryTitle": "Artisan trim PR",
                              "title": "Artisan trim",
                              "asset": {
                                "sys": {
                                  "id": "50FfIA57Xc4y0D5wE8p6ww",
                                  "type": "Asset",
                                  "publishedVersion": 7,
                                  "space": {
                                    "sys": {
                                      "type": "Link",
                                      "linkType": "Space",
                                      "id": "dzi2asncd44t"
                                    }
                                  },
                                  "createdAt": "2025-03-28T20:46:51.864Z",
                                  "updatedAt": "2025-04-01T17:17:09.048Z",
                                  "environment": {
                                    "sys": {
                                      "id": "master",
                                      "type": "Link",
                                      "linkType": "Environment"
                                    }
                                  },
                                  "revision": 2,
                                  "locale": "en-US"
                                },
                                "fields": {
                                  "title": "RS16437 Norton JH Bolinas STILLS 017 RT-lpr",
                                  "description": "",
                                  "file": {
                                    "url": "//images.ctfassets.net/dzi2asncd44t/50FfIA57Xc4y0D5wE8p6ww/525fb5ce23229e60165c3c88cead4a91/RS7583_WP_6-432-6093060.jpg",
                                    "details": {
                                      "size": 1640420,
                                      "image": {
                                        "width": 1544,
                                        "height": 1300
                                      }
                                    },
                                    "fileName": "RS7583_WP_6-432-6093060.jpg",
                                    "contentType": "image/jpeg"
                                  }
                                },
                                "metadata": {
                                  "tags": [],
                                  "concepts": []
                                }
                              }
                            },
                            "metadata": {
                              "tags": [],
                              "concepts": []
                            }
                          }
                        ],
                        "alignment": "Center"
                      },
                      "metadata": {
                        "tags": [],
                        "concepts": []
                      }
                    }
                  },
                  "content": [],
                  "nodeType": "embedded-entry-block"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                }
              ],
              "nodeType": "document"
            }
          },
          "title": {
            "type": "text",
            "value": "James Hardie expands Hardie™ Architectural and Hardie® Artisan® Siding and Trim offerings"
          }
        }
      }
    }
  • Import the component into the file where <UniformComposition /> is defined, for example
    import "../components/ArticleBody.tsx"

Need more help? Check out the documentation.

Unable to find Uniform Context. Ensure the devtools plugin is activated.

logo
© 2025 James Hardie Building Products Inc. All rights reserved. Unless otherwise noted ™ or ® denote trademarks or registered trademarks of James Hardie Technology Ltd.