uawdijnntqw1x1x1
IP : 216.73.216.107
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
vendor
/
.
/
verbb
/
base
/
.
/
src
/
templates
/
_macros
/
index.html
/
/
{% macro configWarning(setting, file) -%} {%- set configArray = craft.app.config.getConfigFromFile(file) -%} {%- if vuiGetValue(configArray, setting) is not null -%} {{- "This is being overridden by the `#{setting}` setting in the `config/#{file}.php` file." |raw }} {%- else -%} {{ false }} {%- endif -%} {%- endmacro %} {% macro proxyField(variables, type, config) %} {# Extract the type of field we want to render #} {% if config.instructions is defined %} {% set instructions = config.instructions | t(variables.plugin, variables | merge({ label: config.label, })) %} {% set config = config | merge({ instructions: instructions }) %} {% endif %} {# Dynamically calling a macro isn't techncically supported, but this is a way around that! #} {% set tmplString = "{% import '_includes/forms' as forms %}{{ forms.#{type}(config) }}" %} {{ include(template_from_string(tmplString), { config: config }) }} {% endmacro %}
/srv/users/craft4/apps/craft4-newsite-space/vendor/./verbb/base/./src/templates/_macros/index.html