Blocks
Posts Container Block
The Posts Container block displays a list of the stub's posts, and indicators of when the stub's state changed.
What the Posts Container block looks like:
Post Sections
Every post contains sections that can be shown or hidden with the section buttons.
Attachments
The attachments section displays files that were attached to the stub on the post's action.
Data
The data section displays the contents of the post's stubpost.data
object.
Tasks
The tasks section displays the result of the tasks that were run on the post's action.
- Success means the task ran successfully.
- Failed means the task failed while it was busy executing.
- Skipped means the task didn't pass it's conditions and didn't execute.
You can also see each task's result object.
Advanced Mode
The advanced mode section displays the entire stubpost
object in a powerful JSON editor.
Add Comment
The add comment section allows you to leave a comment on the post.
Basic Usage
This example block is added to the stub layout via the layout editor and is only visible to stubber authenticated users.
The default configuration is as follows :