Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ContentArea will not show 100% of the time when users access the external link #237

Open
michael-brown-pacden opened this issue May 31, 2023 · 1 comment
Labels
question Further information is requested

Comments

@michael-brown-pacden
Copy link

I have an Additional Content field declared within the Block. Sometimes, even with content, it gets rendered as null or empty.

Here is the field declaration:
[Display(Description = "An additional content area at the bottom of the article page to support more content blocks if desired or needed.")] public virtual ContentArea AdditionalContent { get; set; }
with
without

@barteksekula
Copy link
Member

Hard to say, if you are still interested then I would need a bit more data from you. First of all is it netcore or net framework, versions of all cms, cms core, tinymce etc.
And most important thing is how does you view look like. The model property itself public virtual ContentArea AdditionalContent { get; set; } is not useful

@barteksekula barteksekula added the question Further information is requested label Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants