Improve this page

Private Content

You may want some contents of your site to be viewable by your members only, so they would not be public. This tag allows you to embed such private contents. By default, this tag inherits all its style from its parent, without any modifications, just like a div tag. Please note the ID should be a private content ID that you can gather by calling addPrivateContent function. For more customizability, c/o addPrivateContent, editPrivateContent, getPrivateContent, and removePrivateContent. Besides all the placeholder attributes shown below, you may also use custom as follows:

<graphjs-private-content id='CHANGE-ME' placeholder='custom'>
    <img src='https://i.imgur.com/8B8ye29.jpg'/>
</graphjs-private-content>

<graphjs-private-content>

Options

Content ID
Placeholder

Code

...