diff --git a/modules/ROOT/examples/live-demos/uploadcare/example.js b/modules/ROOT/examples/live-demos/uploadcare/example.js new file mode 100644 index 0000000000..8673194db0 --- /dev/null +++ b/modules/ROOT/examples/live-demos/uploadcare/example.js @@ -0,0 +1,20 @@ +tinymce.init({ + selector: "textarea", + plugins: [ "uploadcare", "code", "link", "preview", "lists" ], + uploadcare_public_key: '', + a11y_advanced_options: true, + toolbar: "undo redo | styles | bold italic underline | forecolor | bullist numlist| link uploadcare | code preview", + height: 700, + content_style: ` + body { max-width: 920px; margin: 1.5rem auto; padding: 0 2vw; } + h1 { font-size: 1.5em; } + h2 { font-size: 1.17em; } + h1, h2, h3, h4, h5, h6 { font-weight: 500; margin: 0 0 0.75rem; } + p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 { margin-top: 2rem; } + p { line-height: 1.6; margin: 0; } + p + p { margin-top: 1rem; } + a { color: #2b70e3; } + blockquote { color: #4e5c73; font-weight: 200; font-size: 1.3rem; margin: 1rem 2rem; padding: 0 0 0 1rem; border-left: 2px solid #2b70e3 !important; } + figcaption {font-size: 0.875em;} + ` + }); \ No newline at end of file diff --git a/modules/ROOT/examples/live-demos/uploadcare/index.html b/modules/ROOT/examples/live-demos/uploadcare/index.html index df54bcd522..6fb2c2d2e2 100644 --- a/modules/ROOT/examples/live-demos/uploadcare/index.html +++ b/modules/ROOT/examples/live-demos/uploadcare/index.html @@ -1,86 +1,29 @@ - +

Discover Your Dream Home on Mallorca: Where Paradise Meets Investment

+

Mallorca, the jewel of the Mediterranean, is not just a place of beauty—it’s a smart investment. With property values consistently on the rise, now is the perfect time to secure your piece of this sun-soaked paradise. 

+
Mallorca +
Michael Heuser on Unsplash
+
+

Let us show you why Mallorca should be your next home—and introduce you to an exquisite villa that could soon be yours.

+
"The Mallorca real estate market has grown by an impressive 8% annually over the past five years," — Elena Alvarez, Market Analyst at Mediterranean Realty Insights.
+

According to recent market data, Mallorca’s property values have experienced steady growth, with an average increase of 8% annually over the past five years. This consistent appreciation, coupled with a thriving rental market, makes it an ideal destination for investors seeking both luxury and financial returns. 

+

Explore Our Featured Villa: The Epitome of Luxury 

+

Located in one of Mallorca’s most exclusive areas, this exquisite villa offers breathtaking views and modern design. Every detail has been meticulously crafted to provide the ultimate in comfort and elegance.

+
luxury wooden house interior +
Designed by Freepik
+
+ +
beautiful kitchen interior design +
Designed by Freepik
+
+

Step inside, and you’ll find bright, open living spaces that blend seamlessly with the outdoors, creating a harmonious living environment that’s both relaxing and inspiring.

+

Owning a villa in Mallorca means more than just having a home—it means living a life of luxury and adventure. From exploring charming villages to dining at world-class restaurants and sailing the turquoise waters, every day is a new experience.

+

Make This Dream a Reality

+

Don’t miss the opportunity to own a piece of paradise. Contact us today to schedule a private tour of this exceptional villa and explore other exclusive properties on the island.

+ \ No newline at end of file diff --git a/modules/ROOT/examples/live-demos/uploadcare/index.js b/modules/ROOT/examples/live-demos/uploadcare/index.js index 23f7fc84e3..06955b26b6 100644 --- a/modules/ROOT/examples/live-demos/uploadcare/index.js +++ b/modules/ROOT/examples/live-demos/uploadcare/index.js @@ -1,7 +1,10 @@ tinymce.init({ selector: "textarea", plugins: [ "uploadcare", "code", "link", "preview", "lists" ], - uploadcare_public_key: 'cfef242412638bfc4193', + uploadcare_public_key: '630992ad50fe2291c406', + uploadcare_cdn_base_url: 'https://tiny.ucarecdn.com', + uploadcare_store_type: 'temporary', + a11y_advanced_options: true, toolbar: "undo redo | styles | bold italic underline | forecolor | bullist numlist| link uploadcare | code preview", height: 700, content_style: `