Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic String not escape properly when using elements theme #943

Open
1 task done
chengkangzai opened this issue Feb 8, 2025 · 0 comments · May be fixed by #944
Open
1 task done

Dynamic String not escape properly when using elements theme #943

chengkangzai opened this issue Feb 8, 2025 · 0 comments · May be fixed by #944
Labels
bug Something isn't working triage

Comments

@chengkangzai
Copy link

Scribe version

4.39.0

PHP version

8.3.16

Framework

Laravel

Framework version

10.48.25

Scribe config

base_url => "{{ config(\"app.tenant_url\") }}"
type => "laravel"
theme => "elements"
try_it_out.use_csrf => true
auth.enabled => true
auth.default => true

What happened?

I change the base url to use dynamic string like "{{ config(\"app.tenant_url\") }}" according to the documentation and change the theme to elements and the dynamic is not escape properly

Image

Docs

@chengkangzai chengkangzai added bug Something isn't working triage labels Feb 8, 2025
@chengkangzai chengkangzai linked a pull request Feb 8, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant