-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
KB Article Creation Checklist
- Write initial draft for this KB Article; label this issue
draft
and eitherquestions
ortutorials
- Add required YAML configuration
- Add Tags for this KB Article to the YAML config (see YAML Keys (Explained))
- Edit and finalize draft for publishing (remove
draft
label, adddraft-finalized
label) - Assign Issue to yourself and create Markdown file (remove
draft-finalized
label, addpending
) - Project Lead: Review and Publish KB Article (remove
pending
label, addpublished
label)
Additional TODOs
Additional TODO list items go here.
title: Advanced Template Customization
categories: tutorials
tags:
author: raamdev
github-issue:
[needs to be drafted; should document the Subscription object ($sub
) and reference the Post object ($sub_post
) that can be used in advanced templates, along with various utilities methods that could be used within the advanced templates, e.g., $plugin->utils_string->clip()
]