Test: Custom field placeholders ({field:xxx}) #66

Open
opened 2026-05-29 04:12:36 +00:00 by jmiller · 1 comment
Owner

Test: Custom Field Placeholders

What changed

{field:fieldname} syntax in templates resolves Joomla custom fields.

Steps to test

  1. Create a Joomla custom field "social_tagline" on articles
  2. Set a value on a test article
  3. Create a template with {field:social_tagline}
  4. Publish → verify the custom field value appears in the rendered message
  5. Test with a non-existent field name → verify it resolves to empty string

Labels

type: testing, priority: medium

## Test: Custom Field Placeholders ### What changed `{field:fieldname}` syntax in templates resolves Joomla custom fields. ### Steps to test 1. Create a Joomla custom field "social_tagline" on articles 2. Set a value on a test article 3. Create a template with `{field:social_tagline}` 4. Publish → verify the custom field value appears in the rendered message 5. Test with a non-existent field name → verify it resolves to empty string ### Labels `type: testing`, `priority: medium`
Author
Owner

Branch created: feature/66-test-custom-field-placeholders-field-xxx

git fetch origin
git checkout feature/66-test-custom-field-placeholders-field-xxx
Branch created: [`feature/66-test-custom-field-placeholders-field-xxx`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/66-test-custom-field-placeholders-field-xxx) ```bash git fetch origin git checkout feature/66-test-custom-field-placeholders-field-xxx ```
Sign in to join this conversation.
Type Task
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#66