https://discord.umbraco.com
Join Discord
Umbraco rollback, can't see all version?
p

Pekdon

9 months ago
Im new to the rollback feature, but I cannot explain this. Looking at the history for piece of content i can see this: (Picture 1) it tells me there was a change made on february 4 2025, but when going to the Rollback menu i only see this: (picture 2) What gives? https://cdn.discordapp.com/attachments/1339535694829195274/1339535695219523584/image.png?ex=67af1355&is=67adc1d5&hm=10d9119526d994a2c2ab9d3965a9281f8113c22d3b9a3bfc2371c7f2696334c2& https://cdn.discordapp.com/attachments/1339535694829195274/1339535695508934698/image.png?ex=67af1355&is=67adc1d5&hm=3fe990a40cf318039e16bb57868e98fbd67cc31eab2bdf78460f4e63a02eedf9&
p
k
s
  • 3
  • 3
  • 28
production mode but without https
m

Mikkel Johansen

10 months ago
Our hosting environment is hosting our Umbraco without https. The https is handled by K8S. Is it possible to run Umbraco in "Production" mode but with UseHttps=false? If I try I get a message that says Umbraco can only run in Production mode when UseHttps is true. https://cdn.discordapp.com/attachments/1331643009221136484/1331643009334247584/image.png?ex=67925cb2&is=67910b32&hm=1653d0788b5fb32949dd807f3eae040b5c7099b6fa0df387002e306246b2ad06&
m
s
+2
  • 4
  • 27
  • 28
Block grid in content delivery api
d

Dave Pearcey

10 months ago
Hi! I'm used to older versions of umbraco and am struggling with some of the newer features and hoping someone could help me out here. I have created a block grid and inserted a row with a simple component. Just a test component that has a text field, which would be marked up into a h1 tag. When looking at the swagger api response, I see it all in a json format, which is great. What I'm struggling with here is that I'm expecting a markup property for the whole grid, which isn't there. Is there a way to get a property like this to show? So that I can simply access this property to output the whole grid as simply as if I were to render the grid in a headed environment.
d
l
  • 2
  • 3
  • 28
Umbraco Examine - incorrect supportProtectedContent value
r

robert

10 months ago
We are using umbraco 13 with Examine. trying to set the SupportProtectedContent Property on my external index to true. But when inspecting in the cms the value is set to false. Current config setup code: public class ConfigureExternalIndexOptions : IConfigureNamedOptions { private readonly IPublicAccessService _publicAccessService; private readonly IScopeProvider _scopeProvider; public ConfigureExternalIndexOptions(IPublicAccessService publicAccessService, IScopeProvider scopeProvider) { _publicAccessService = publicAccessService; _scopeProvider = scopeProvider; } public void Configure(string name, LuceneDirectoryIndexOptions options) { if (name.Equals(Constants.UmbracoIndexes.ExternalIndexName)) { options.Validator = new ContentValueSetValidator(true, true, _publicAccessService, _scopeProvider, null, null); } } }****
r
j
n
  • 3
  • 2
  • 28
Blocklist not rendering in back office
c

Craig100

11 months ago
V13.5.2 I'm adding a block list editor to the default member type. It's for data purposes only and doesn't need to be rendered out anywhere. However, when I open a Member's Content tab, I just see 3 rotating/flashing circles where the block list property editor should be. I've been through the instructions many times and don't understand why it wouldn't show up. See the screenshot to see what I see with the console output for reference. Any advice would be appreciated. Whether that's point out a fault or debug advice. Thanks https://cdn.discordapp.com/attachments/1319679460777398376/1319680242251464714/Screenshot_from_2024-12-20_14-53-33.png?ex=6766d780&is=67658600&hm=f3a5d92e0b8518f9d43729e2da336f52912801c00641cfe9a44c2da558b73543&
c
k
s
  • 3
  • 5
  • 28
Umbraco 13 Webhooks not firering on "Schedule publish"
s

Steffen Nielsen

11 months ago
I have a small issue, where my webhook set to fire on "publish content" is not triggered, when the content is published using the scheduler. Is this intended and can i somehow enable it or is this a bug ? https://cdn.discordapp.com/attachments/1318898575169687592/1318908427413618718/image.png?ex=676408b1&is=6762b731&hm=dd887fbce97c1ecb1dd434590efbd7fd5534d01d0a5913e38a2772d4cf5c90ce&
s
  • 1
  • 2
  • 28
Block Grid Element/Area Greyed Out after v15 upgrade
l

liambeckett

12 months ago
Hello. Wondering if anyone has experienced this. I upgrade a v14 site to v15 today. Original content seems to render but when I add an area to a block grid it appears greyed out and will not render on front end. Old block grid items (before upgrade) render and can also be edited but new layout areas are not drawing. See screenshot showing example (rich text component label is solid but "Three Column Large Centre" is grey and will not render on front end. This element contains areas only - used to render columns etc. https://cdn.discordapp.com/attachments/1308403543706959902/1308403543840919673/Screenshot_2024-11-19_230603.png?ex=673dd141&is=673c7fc1&hm=b6f705d354c73d4a07ad6d94560ccea5a87ecd7fbabc3172a93e09118986d3dc&
l
s
  • 2
  • 2
  • 28
Blocks in blocklists empty after upgrading from 14.latest to 15.rc4
k

kdx-perbol

12 months ago
Are blocklists supposed to automatically survive the upgrade from 14.latest to 15? All my existing blocks are empty in the UI, but adding new blocks works. The blocks are there, but clicking the invisible "edit" link in the left end just shows "editing undefined". I've tried turning on/off the inline editor, no change. I've tried clearing the custom block labels, no change.
k
k
r
  • 3
  • 6
  • 28
Showing / Hiding properties based on the value of another property
a

Andrew McKaskill

about 1 year ago
I'm trying to re-create a notifications area from a previous version of umbraco and wondering if there's a better way. Here's the setup: There is a doc type for "announcements". The announcement has an "audience" field, which can be one of several pre-defined categories, or it could be "targeted". If you pick targeted, you have to fill in a bunch of extra fields about who exactly you are targeting (eg. department, seniority, gender, etc) If you pick on of the pre-defined categories, you have to leave all the extra targeting fields empty. In the previous version of this, all the targeting fields were marked as optional, and we had a custom validator that forced you to fill them in or leave them blank according to what you picked. I'd really like to make the UI a bit cleaner if possible this time round though, and actually HIDE the fields if you choose one of the pre-defined audiences. Anyone have any experience doing something like this?
a
d
k
  • 3
  • 4
  • 28
Authenticating the Umbraco backoffice with Azure Active Directory / Microsoft Entra ID
k

Kristoffer Billestedt (Webmind)

over 1 year ago
Hello! Does anybody know whether these instructions for Azure AD Authentication for Users are still valid for Umbraco 13? The page doesn't exist in docs for 12 or 13. https://docs.umbraco.com/umbraco-cms/v/10.latest-lts/reference/security/authenticate-with-active-directory
k
s
a
  • 3
  • 3
  • 28
Previous717273Next

Umbraco

A hub and casual space for you to interact with fellow community members and learn more about Umbraco!

Powered by