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/2uUpfcLORS3Jb4py7vpcLX/2e5e58ea9ebf655df05cdd8c51a9b4bc/HGTV-Urban-Oasis-2022-in-Nashville-Tennessee.jpeg",
      "title": "HGTV opens the doors to the HGTV Urban Oasis 2022 in Nashville, Tennessee",
      "introText": "HGTV, a member of the Warner Bros. Discovery family of brands, unveiled the newly built, fully furnished HGTV Urban Oasis® 2022 in Nashville, TN. ",
      "component": {
        "type": "articleHero",
        "parameters": {
          "image": {
            "type": "image",
            "value": "//images.ctfassets.net/dzi2asncd44t/2uUpfcLORS3Jb4py7vpcLX/2e5e58ea9ebf655df05cdd8c51a9b4bc/HGTV-Urban-Oasis-2022-in-Nashville-Tennessee.jpeg"
          },
          "title": {
            "type": "text",
            "value": "HGTV opens the doors to the HGTV Urban Oasis 2022 in Nashville, Tennessee"
          },
          "introText": {
            "type": "text",
            "value": "HGTV, a member of the Warner Bros. Discovery family of brands, unveiled the newly built, fully furnished HGTV Urban Oasis® 2022 in Nashville, TN. "
          }
        }
      }
    }
  • 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": "NEW YORK, Sept. 7, 2022 /PRNewswire/ -- The winner of the sweepstakes will receive the brand new, fully furnished home, as well as a Mercedes-Benz C-Class and $50,000 from Ally, a grand prize package valued at over $1.3 million. ",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {
              "target": {
                "sys": {
                  "id": "17Erd79owEwd43ic7fo76h",
                  "type": "Entry",
                  "space": {
                    "sys": {
                      "type": "Link",
                      "linkType": "Space",
                      "id": "dzi2asncd44t"
                    }
                  },
                  "createdAt": "2024-04-01T20:54:22.565Z",
                  "updatedAt": "2024-04-01T20:54:22.565Z",
                  "environment": {
                    "sys": {
                      "id": "master",
                      "type": "Link",
                      "linkType": "Environment"
                    }
                  },
                  "revision": 1,
                  "contentType": {
                    "sys": {
                      "type": "Link",
                      "linkType": "ContentType",
                      "id": "referenceMediaWrapper"
                    }
                  },
                  "locale": "en-US"
                },
                "fields": {
                  "entryTitle": "HGTV-Logo",
                  "title": "HGTV-Logo",
                  "altText": "HGTV Logo",
                  "asset": {
                    "sys": {
                      "id": "37Iy8nN7hkszATDNvu12AX",
                      "type": "Asset",
                      "space": {
                        "sys": {
                          "type": "Link",
                          "linkType": "Space",
                          "id": "dzi2asncd44t"
                        }
                      },
                      "createdAt": "2024-04-01T20:54:19.669Z",
                      "updatedAt": "2024-04-01T20:54:19.669Z",
                      "environment": {
                        "sys": {
                          "id": "master",
                          "type": "Link",
                          "linkType": "Environment"
                        }
                      },
                      "revision": 1,
                      "locale": "en-US"
                    },
                    "fields": {
                      "title": "HGTV-Logo",
                      "description": "",
                      "file": {
                        "url": "//images.ctfassets.net/dzi2asncd44t/37Iy8nN7hkszATDNvu12AX/cf1f4aabbff887c4cd1b23af550af35f/HGTV-Logo.jpeg",
                        "details": {
                          "size": 23123,
                          "image": {
                            "width": 1000,
                            "height": 550
                          }
                        },
                        "fileName": "HGTV-Logo.jpeg",
                        "contentType": "image/jpeg"
                      }
                    },
                    "metadata": {
                      "tags": []
                    }
                  }
                },
                "metadata": {
                  "tags": []
                }
              }
            },
            "content": [],
            "nodeType": "embedded-entry-block"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "Nashville, TN, is the country music capital of the world and known for its lively downtown, from up-and-coming performers to a bustling nightlife of restaurants and bars, as well as shopping and cultural experiences, such as the Country Music Hall of Fame. A legendary city rooted in the music industry, Nashville offers visitors some of the best live entertainment in the country, with visitors coming to experience the entertainment on Broadway. Additionally, Nashville offers walkable neighborhoods for visitors and residents to explore with greenways and bike paths, as well as great boutiques and fitness studios.",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "The HGTV Urban Oasis home is situated just minutes from downtown. The home was designed by local architect Turner Binkley and constructed by local builder Mitchell Builders Group with interior design by Brian Patrick Flynn.",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "“Nashville is synonymous with country music, and for this year’s HGTV Urban Oasis, we wanted to embody the history of musical legends as well as showcase the modern representation and diversity that the city is known for,” said Flynn. “From the local artistry to the instruments seen throughout the design, this home is filled with the spirit of Nashville, offering a beautiful, livable space inside a bustling city.”\n\n“HGTV Urban Oasis provides the modern homeowner with a balanced lifestyle, offering the vibrancy of an exciting city like Nashville as well as the peacefulness we look to find at home,” said Jane Latman, President, Home & Food Content & Streaming, Warner Bros. Discovery. “This HGTV Home Giveaway allows for the opportunity to show millions of fans across the country what it means to have the best of both worlds, while shining a spotlight on another great American city.”\n\nThe official entry period for the HGTV Urban Oasis 2022 is 9 a.m. ET on Tuesday, October 4, 2022 through 5 p.m. ET on Wednesday, November 23, 2022. Eligible fans can enter for a chance to win twice per day at ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=165078592&u=http%3A%2F%2Fwww.hgtv.com%2F&a=HGTV.com"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "HGTV.com",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": " and ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=1505420102&u=https%3A%2F%2Fwww.foodnetwork.com%2F&a=FoodNetwork.com"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "FoodNetwork.com",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ", where they will also find full details and the official rules, as well as additional home features. Viewers can tune-in to the one-hour special HGTV Urban Oasis 2022 Special on Thursday, October 7,2022 at 7 p.m. ET on HGTV as well as on ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=354397086&u=https%3A%2F%2Fwww.discoveryplus.com%2F&a=discovery%2B"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "discovery+",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": " and HGTV GO beginning Friday, October 8, 2022.",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "The approximately 2,500-square-foot, three bedroom, two full and two half bathroom home is located just 10 minutes from downtown. With contemporary architecture, the home is cosmopolitan with nods to the city and country music throughout the design. Upon entry, visitors will be instantly impressed by the natural light that greets them. The front door leads to an eat-in dining room and a den area with design inspired by country music greats. Beyond the dining room is a state-of-the-art kitchen with an expansive island and banquette seating area for eating. Off the kitchen sits the living room with sleek, minimalist design, leading to the backyard deck ideal for entertaining. Upstairs sits the three bedrooms, including a balcony off of the main bedroom. The two-story finished garage is home to a jam studio and lounge space. Nashville-inspired art is found throughout the home, including female country music artist album covers, vintage instruments, wall murals and Broadway-inspired bistro lights.\n \nSponsors of the HGTV Urban Oasis 2022 include ADT LLC, Ally Financial, AT&T, Cabinets to Go, Hunter Fan Company, James Hardie, Kohler Co., LL Flooring, Mercedes-Benz USA, Reckitt, Rheem Manufacturing and VELUX® No Leak Skylights.\n\nABOUT HGTV\nHGTV delivers families with relatable stories, superstar real estate and renovation experts and amazing home transformations that inspire a passionate audience. For anyone seeking entertaining and aspirational home and lifestyle content, HGTV is the place to be. HGTV offers: a top 10 cable network that is distributed to 77 million U.S. households; a website, ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=588320492&u=https%3A%2F%2Fna01.safelinks.protection.outlook.com%2F%3Furl%3Dhttp%253A%252F%252Fwww.hgtv.com%252F%26data%3D01%257C01%257CCatherine_Frymark%2540discovery.com%257C557f383ced72469bc57408d58533991f%257C092a1ba4a4fe4172970e7ab3035e7c94%257C0%26sdata%3Ds2b7%252FAHXdFs%252FbXLJETnKWyDDINmH2IdiOasdlanhE1I%253D%26reserved%3D0&a=HGTV.com"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "HGTV.com",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ", that attracts an average of 9.6 million people each month; a social footprint of 28 million; HGTV Magazine, a monthly publication that reaches more than one million readers; and exclusive collections of home-oriented products through the HGTV Home® consumer products line. Viewers can become fans of HGTV and interact with other home improvement enthusiasts through ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=1211331112&u=https%3A%2F%2Fna01.safelinks.protection.outlook.com%2F%3Furl%3Dhttp%253A%252F%252Ffacebook.com%252Fhgtv%26data%3D01%257C01%257CCatherine_Frymark%2540discovery.com%257C557f383ced72469bc57408d58533991f%257C092a1ba4a4fe4172970e7ab3035e7c94%257C0%26sdata%3DwP%252B6sVehCmLYkqG%252Fay9woFI%252FycqQTbq%252B3%252B9EMO70ZJY%253D%26reserved%3D0&a=Facebook"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Facebook",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ", ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=705845618&u=https%3A%2F%2Fna01.safelinks.protection.outlook.com%2F%3Furl%3Dhttp%253A%252F%252Ftwitter.com%252Fhgtv%26data%3D01%257C01%257CCatherine_Frymark%2540discovery.com%257C557f383ced72469bc57408d58533991f%257C092a1ba4a4fe4172970e7ab3035e7c94%257C0%26sdata%3DO6Mlz3NWFj1WhrQvUketiiBUvYrLAIH3AQG53Gl%252BYHg%253D%26reserved%3D0&a=Twitter"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Twitter",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ", ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=1767185218&u=https%3A%2F%2Fna01.safelinks.protection.outlook.com%2F%3Furl%3Dhttp%253A%252F%252Fpinterest.com%252Fhgtv%26data%3D01%257C01%257CCatherine_Frymark%2540discovery.com%257C557f383ced72469bc57408d58533991f%257C092a1ba4a4fe4172970e7ab3035e7c94%257C0%26sdata%3DQNJ7HWc7k%252FlxoODsEt42%252BxLdzNyMAFU2i6nVljMH%252BVM%253D%26reserved%3D0&a=Pinterest"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Pinterest",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ", ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=1653058988&u=https%3A%2F%2Fna01.safelinks.protection.outlook.com%2F%3Furl%3Dhttp%253A%252F%252Fwww.instagram.com%252Fhgtv%26data%3D01%257C01%257CCatherine_Frymark%2540discovery.com%257C557f383ced72469bc57408d58533991f%257C092a1ba4a4fe4172970e7ab3035e7c94%257C0%26sdata%3DAmPhXRBywhsBaQ7NoT0mxsOGXP5A%252FX3pnJMVCb9FnHc%253D%26reserved%3D0&a=Instagram"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Instagram",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": " and ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=2935189459&u=https%3A%2F%2Fwww.tiktok.com%2F%40hgtv%3Flang%3Den&a=TikTok"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "TikTok",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ". HGTV is owned by Warner Bros. Discovery, a leading global media and entertainment company available in more than 220 countries and territories and 50 languages whose portfolio also includes Discovery Channel, discovery+, CNN, DC, Eurosport, HBO, HBO Max, Food Network, OWN, Investigation Discovery, TLC, Magnolia Network, TNT, TBS, truTV, Travel Channel, MotorTrend, Animal Planet, Science Channel, Warner Bros. Pictures, Warner Bros. Television, Warner Bros. Games, New Line Cinema, Cartoon Network, Adult Swim, Turner Classic Movies, Discovery en Español, Hogar de HGTV and others. For more information, please visit ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=3879748235&u=http%3A%2F%2Fwww.wbd.com%2F&a=www.wbd.com"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "www.wbd.com",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ".\n ",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "NO PURCHASE NECESSARY TO ENTER OR WIN. Open to legal residents of the 50 United States and D.C., including territories, possessions, and commonwealths, age 21 or older at Promotion start date. Void where prohibited. Odds of winning depend on number of eligible entries received. Giveaway starts at 9 a.m. ET on Tuesday, October 4, 2022 and ends at 5:00 p.m. ET on Wednesday, November 23, 2022. For full Official Rules and to enter, visit ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.hgtv.com/sweepstakes/hgtv-smart-home/sweepstakes/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "https://www.hgtv.com/sweepstakes/hgtv-smart-home/sweepstakes/",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": " or ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.foodnetwork.com/sponsored/sweepstakes/hgtv-smart-home-sweepstakes"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "https://www.foodnetwork.com/sponsored/sweepstakes/hgtv-smart-home-sweepstakes",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ". Sponsored by Discovery Communications, LLC.",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "\nView original content: ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.prnewswire.com/news-releases/hgtv-opens-the-doors-to-the-hgtv-urban-oasis-2022-in-nashville-tennessee-301615963.html"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "https://www.prnewswire.com/news-releases/hgtv-opens-the-doors-to-the-hgtv-urban-oasis-2022-in-nashville-tennessee-301615963.html",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "\nSOURCE HGTV",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          }
        ],
        "nodeType": "document"
      },
      "title": "HGTV opens the doors to the HGTV Urban Oasis 2022 in Nashville, Tennessee",
      "component": {
        "type": "articleBody",
        "parameters": {
          "body": {
            "type": "json",
            "value": {
              "data": {},
              "content": [
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "NEW YORK, Sept. 7, 2022 /PRNewswire/ -- The winner of the sweepstakes will receive the brand new, fully furnished home, as well as a Mercedes-Benz C-Class and $50,000 from Ally, a grand prize package valued at over $1.3 million. ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {
                    "target": {
                      "sys": {
                        "id": "17Erd79owEwd43ic7fo76h",
                        "type": "Entry",
                        "space": {
                          "sys": {
                            "type": "Link",
                            "linkType": "Space",
                            "id": "dzi2asncd44t"
                          }
                        },
                        "createdAt": "2024-04-01T20:54:22.565Z",
                        "updatedAt": "2024-04-01T20:54:22.565Z",
                        "environment": {
                          "sys": {
                            "id": "master",
                            "type": "Link",
                            "linkType": "Environment"
                          }
                        },
                        "revision": 1,
                        "contentType": {
                          "sys": {
                            "type": "Link",
                            "linkType": "ContentType",
                            "id": "referenceMediaWrapper"
                          }
                        },
                        "locale": "en-US"
                      },
                      "fields": {
                        "entryTitle": "HGTV-Logo",
                        "title": "HGTV-Logo",
                        "altText": "HGTV Logo",
                        "asset": {
                          "sys": {
                            "id": "37Iy8nN7hkszATDNvu12AX",
                            "type": "Asset",
                            "space": {
                              "sys": {
                                "type": "Link",
                                "linkType": "Space",
                                "id": "dzi2asncd44t"
                              }
                            },
                            "createdAt": "2024-04-01T20:54:19.669Z",
                            "updatedAt": "2024-04-01T20:54:19.669Z",
                            "environment": {
                              "sys": {
                                "id": "master",
                                "type": "Link",
                                "linkType": "Environment"
                              }
                            },
                            "revision": 1,
                            "locale": "en-US"
                          },
                          "fields": {
                            "title": "HGTV-Logo",
                            "description": "",
                            "file": {
                              "url": "//images.ctfassets.net/dzi2asncd44t/37Iy8nN7hkszATDNvu12AX/cf1f4aabbff887c4cd1b23af550af35f/HGTV-Logo.jpeg",
                              "details": {
                                "size": 23123,
                                "image": {
                                  "width": 1000,
                                  "height": 550
                                }
                              },
                              "fileName": "HGTV-Logo.jpeg",
                              "contentType": "image/jpeg"
                            }
                          },
                          "metadata": {
                            "tags": []
                          }
                        }
                      },
                      "metadata": {
                        "tags": []
                      }
                    }
                  },
                  "content": [],
                  "nodeType": "embedded-entry-block"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "Nashville, TN, is the country music capital of the world and known for its lively downtown, from up-and-coming performers to a bustling nightlife of restaurants and bars, as well as shopping and cultural experiences, such as the Country Music Hall of Fame. A legendary city rooted in the music industry, Nashville offers visitors some of the best live entertainment in the country, with visitors coming to experience the entertainment on Broadway. Additionally, Nashville offers walkable neighborhoods for visitors and residents to explore with greenways and bike paths, as well as great boutiques and fitness studios.",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "The HGTV Urban Oasis home is situated just minutes from downtown. The home was designed by local architect Turner Binkley and constructed by local builder Mitchell Builders Group with interior design by Brian Patrick Flynn.",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "“Nashville is synonymous with country music, and for this year’s HGTV Urban Oasis, we wanted to embody the history of musical legends as well as showcase the modern representation and diversity that the city is known for,” said Flynn. “From the local artistry to the instruments seen throughout the design, this home is filled with the spirit of Nashville, offering a beautiful, livable space inside a bustling city.”\n\n“HGTV Urban Oasis provides the modern homeowner with a balanced lifestyle, offering the vibrancy of an exciting city like Nashville as well as the peacefulness we look to find at home,” said Jane Latman, President, Home & Food Content & Streaming, Warner Bros. Discovery. “This HGTV Home Giveaway allows for the opportunity to show millions of fans across the country what it means to have the best of both worlds, while shining a spotlight on another great American city.”\n\nThe official entry period for the HGTV Urban Oasis 2022 is 9 a.m. ET on Tuesday, October 4, 2022 through 5 p.m. ET on Wednesday, November 23, 2022. Eligible fans can enter for a chance to win twice per day at ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=165078592&u=http%3A%2F%2Fwww.hgtv.com%2F&a=HGTV.com"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "HGTV.com",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " and ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=1505420102&u=https%3A%2F%2Fwww.foodnetwork.com%2F&a=FoodNetwork.com"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "FoodNetwork.com",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ", where they will also find full details and the official rules, as well as additional home features. Viewers can tune-in to the one-hour special HGTV Urban Oasis 2022 Special on Thursday, October 7,2022 at 7 p.m. ET on HGTV as well as on ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=354397086&u=https%3A%2F%2Fwww.discoveryplus.com%2F&a=discovery%2B"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "discovery+",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " and HGTV GO beginning Friday, October 8, 2022.",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "The approximately 2,500-square-foot, three bedroom, two full and two half bathroom home is located just 10 minutes from downtown. With contemporary architecture, the home is cosmopolitan with nods to the city and country music throughout the design. Upon entry, visitors will be instantly impressed by the natural light that greets them. The front door leads to an eat-in dining room and a den area with design inspired by country music greats. Beyond the dining room is a state-of-the-art kitchen with an expansive island and banquette seating area for eating. Off the kitchen sits the living room with sleek, minimalist design, leading to the backyard deck ideal for entertaining. Upstairs sits the three bedrooms, including a balcony off of the main bedroom. The two-story finished garage is home to a jam studio and lounge space. Nashville-inspired art is found throughout the home, including female country music artist album covers, vintage instruments, wall murals and Broadway-inspired bistro lights.\n \nSponsors of the HGTV Urban Oasis 2022 include ADT LLC, Ally Financial, AT&T, Cabinets to Go, Hunter Fan Company, James Hardie, Kohler Co., LL Flooring, Mercedes-Benz USA, Reckitt, Rheem Manufacturing and VELUX® No Leak Skylights.\n\nABOUT HGTV\nHGTV delivers families with relatable stories, superstar real estate and renovation experts and amazing home transformations that inspire a passionate audience. For anyone seeking entertaining and aspirational home and lifestyle content, HGTV is the place to be. HGTV offers: a top 10 cable network that is distributed to 77 million U.S. households; a website, ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=588320492&u=https%3A%2F%2Fna01.safelinks.protection.outlook.com%2F%3Furl%3Dhttp%253A%252F%252Fwww.hgtv.com%252F%26data%3D01%257C01%257CCatherine_Frymark%2540discovery.com%257C557f383ced72469bc57408d58533991f%257C092a1ba4a4fe4172970e7ab3035e7c94%257C0%26sdata%3Ds2b7%252FAHXdFs%252FbXLJETnKWyDDINmH2IdiOasdlanhE1I%253D%26reserved%3D0&a=HGTV.com"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "HGTV.com",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ", that attracts an average of 9.6 million people each month; a social footprint of 28 million; HGTV Magazine, a monthly publication that reaches more than one million readers; and exclusive collections of home-oriented products through the HGTV Home® consumer products line. Viewers can become fans of HGTV and interact with other home improvement enthusiasts through ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=1211331112&u=https%3A%2F%2Fna01.safelinks.protection.outlook.com%2F%3Furl%3Dhttp%253A%252F%252Ffacebook.com%252Fhgtv%26data%3D01%257C01%257CCatherine_Frymark%2540discovery.com%257C557f383ced72469bc57408d58533991f%257C092a1ba4a4fe4172970e7ab3035e7c94%257C0%26sdata%3DwP%252B6sVehCmLYkqG%252Fay9woFI%252FycqQTbq%252B3%252B9EMO70ZJY%253D%26reserved%3D0&a=Facebook"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Facebook",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ", ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=705845618&u=https%3A%2F%2Fna01.safelinks.protection.outlook.com%2F%3Furl%3Dhttp%253A%252F%252Ftwitter.com%252Fhgtv%26data%3D01%257C01%257CCatherine_Frymark%2540discovery.com%257C557f383ced72469bc57408d58533991f%257C092a1ba4a4fe4172970e7ab3035e7c94%257C0%26sdata%3DO6Mlz3NWFj1WhrQvUketiiBUvYrLAIH3AQG53Gl%252BYHg%253D%26reserved%3D0&a=Twitter"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Twitter",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ", ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=1767185218&u=https%3A%2F%2Fna01.safelinks.protection.outlook.com%2F%3Furl%3Dhttp%253A%252F%252Fpinterest.com%252Fhgtv%26data%3D01%257C01%257CCatherine_Frymark%2540discovery.com%257C557f383ced72469bc57408d58533991f%257C092a1ba4a4fe4172970e7ab3035e7c94%257C0%26sdata%3DQNJ7HWc7k%252FlxoODsEt42%252BxLdzNyMAFU2i6nVljMH%252BVM%253D%26reserved%3D0&a=Pinterest"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Pinterest",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ", ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=1653058988&u=https%3A%2F%2Fna01.safelinks.protection.outlook.com%2F%3Furl%3Dhttp%253A%252F%252Fwww.instagram.com%252Fhgtv%26data%3D01%257C01%257CCatherine_Frymark%2540discovery.com%257C557f383ced72469bc57408d58533991f%257C092a1ba4a4fe4172970e7ab3035e7c94%257C0%26sdata%3DAmPhXRBywhsBaQ7NoT0mxsOGXP5A%252FX3pnJMVCb9FnHc%253D%26reserved%3D0&a=Instagram"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Instagram",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " and ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=2935189459&u=https%3A%2F%2Fwww.tiktok.com%2F%40hgtv%3Flang%3Den&a=TikTok"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "TikTok",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ". HGTV is owned by Warner Bros. Discovery, a leading global media and entertainment company available in more than 220 countries and territories and 50 languages whose portfolio also includes Discovery Channel, discovery+, CNN, DC, Eurosport, HBO, HBO Max, Food Network, OWN, Investigation Discovery, TLC, Magnolia Network, TNT, TBS, truTV, Travel Channel, MotorTrend, Animal Planet, Science Channel, Warner Bros. Pictures, Warner Bros. Television, Warner Bros. Games, New Line Cinema, Cartoon Network, Adult Swim, Turner Classic Movies, Discovery en Español, Hogar de HGTV and others. For more information, please visit ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://c212.net/c/link/?t=0&l=en&o=3636147-2&h=3879748235&u=http%3A%2F%2Fwww.wbd.com%2F&a=www.wbd.com"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "www.wbd.com",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ".\n ",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "NO PURCHASE NECESSARY TO ENTER OR WIN. Open to legal residents of the 50 United States and D.C., including territories, possessions, and commonwealths, age 21 or older at Promotion start date. Void where prohibited. Odds of winning depend on number of eligible entries received. Giveaway starts at 9 a.m. ET on Tuesday, October 4, 2022 and ends at 5:00 p.m. ET on Wednesday, November 23, 2022. For full Official Rules and to enter, visit ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.hgtv.com/sweepstakes/hgtv-smart-home/sweepstakes/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "https://www.hgtv.com/sweepstakes/hgtv-smart-home/sweepstakes/",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " or ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.foodnetwork.com/sponsored/sweepstakes/hgtv-smart-home-sweepstakes"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "https://www.foodnetwork.com/sponsored/sweepstakes/hgtv-smart-home-sweepstakes",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ". Sponsored by Discovery Communications, LLC.",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "\nView original content: ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.prnewswire.com/news-releases/hgtv-opens-the-doors-to-the-hgtv-urban-oasis-2022-in-nashville-tennessee-301615963.html"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "https://www.prnewswire.com/news-releases/hgtv-opens-the-doors-to-the-hgtv-urban-oasis-2022-in-nashville-tennessee-301615963.html",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "\nSOURCE HGTV",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                }
              ],
              "nodeType": "document"
            }
          },
          "title": {
            "type": "text",
            "value": "HGTV opens the doors to the HGTV Urban Oasis 2022 in Nashville, Tennessee"
          }
        }
      }
    }
  • 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
© 2024 James Hardie Building Products Inc. All rights reserved. ™ or ® denote trademarks or registered trademarks of James Hardie Technology Ltd.