The Sidebar shortcode allows the widgets of any sidebar to be displayed within the post content.
The only attribute is ‘id’. The ‘id’ is the unique identifier for the sidebar.
[rps-theme-framework-sidebar id=”blockeditor”]
Custom sidebars (a.k.a. Widget Areas) can be created on-the-fly using a feature that is built in to Redux Framework and included with RPS Framework by default. The sidebar id, in this case, would be the name of the sidebar, all lowercase without spaces. In the example above, the Widget Area is named “Block Editor” so the id is “blockeditor”.