CS Blog Version 2 Element Post
From ADF Docs
Overview
Posts custom element used to store specific post related information.
Fields
Tab 1 - Content
Field Name/Label | Field ID | Field Type | Required? | Properties |
Title | title | Text | Yes | Maximum Length: 255 Size: 55 |
Content | content | Formatted Text Block | No | Width (pixels): 600 Height (pixels): 450 |
Blog ID | blogID | hidden | N/A | {request.params.blogID} |
pageURL | pageURL | hidden | N/A | {request.pageURL} |
PostID | postID | hidden | N/A | {createUUID()} |
createdBy | createdBy | hidden | N/A | {request.user.id} |
postPageID | postPageID | hidden | N/A | {createUUID()} |
Tab 1 - Metadata
Field Name/Label | Field ID | Field Type | Required? | Properties |
Slug | slug | small_textarea | No | Maximum Length: 255 Columns: 40 Rows: 4 |
Date Posted | datePosted | Date | Yes | {now()} |
Allow Comments | allowComments | Checkbox | N/A | Value: 1 Checked by default: Unchecked |
Post Trackbacks | postTrackbacks | Checkbox | N/A | Value: 1 Checked by default: Unchecked |
Tags | tags | Small Text Area | No | Maximum Length: 255 Columns: 40 Rows: 4 |