From 973410c533aa50568b0fca7a03a6395239f6fea2 Mon Sep 17 00:00:00 2001 From: Kenani Kenani <75079491+ken-ani@users.noreply.github.com> Date: Thu, 16 Jul 2026 12:18:07 +0300 Subject: [PATCH] Update glossary.md - add a definition for Renderer - fix Russian text appearing on the English definition for Snippet --- en/getting-started/glossary.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/en/getting-started/glossary.md b/en/getting-started/glossary.md index 7673baf0e..e6b351904 100644 --- a/en/getting-started/glossary.md +++ b/en/getting-started/glossary.md @@ -153,6 +153,8 @@ A collection of variables used for a particular purpose with an Element. Propert ## Renderer +A method used to modify how data is displayed by MODX. [See more](current/en/extras/collections#renderers) + ## Resource A type of container that is interpreted by the Parser to fetch content. Can have any number of derivative classes; the most common is a Document. @@ -183,7 +185,7 @@ Tags in the form `[[++SettingName]]` that reference MODX [System Settings](getti ## Snippet -Способ, с помощью которого MODX позволяет вам запускать динамический код PHP на любой из ваших страниц. [Подробнее](building-sites/elements/snippets) +The way in which MODX allows you to run dynamic PHP code on any of your pages. [Read more](building-sites/elements/snippets) ## Snippet Tags