You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recently, I encountered an issue with WYSIWYG field inheritance. In a sub-object, I entered a value in this field, which broke the inheritance. However, when I try to delete this value and revert to inheriting from the parent object, it is not possible. Even when I clear the entire content of the WYSIWYG field, the inheritance does not return. This is probably because the WYSIWYG editor never leaves the field truly empty — it always leaves something like <p></p>.
Is there any way to do this via the UI? Or is the only option to programmatically assign null to this field?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
recently, I encountered an issue with WYSIWYG field inheritance. In a sub-object, I entered a value in this field, which broke the inheritance. However, when I try to delete this value and revert to inheriting from the parent object, it is not possible. Even when I clear the entire content of the WYSIWYG field, the inheritance does not return. This is probably because the WYSIWYG editor never leaves the field truly empty — it always leaves something like
<p></p>.Is there any way to do this via the UI? Or is the only option to programmatically assign null to this field?
Beta Was this translation helpful? Give feedback.
All reactions