statamic / v2-hub

Statamic 2 - Feature Requests and Bug Reports
https://statamic.com
95 stars 5 forks source link

Text Field Does Not Save Beginning & End Quote #2425

Closed pxwee5 closed 5 years ago

pxwee5 commented 5 years ago

Describe the bug Text Field Does Not Save Beginning & End Quote

To Reproduce

  1. Create a text field.
  2. Add in these text "Hello World"
  3. Save & refresh page.
  4. You will see Hello World instead of "Hello World" in the text field.

Additional context Add any other context about the problem here. image

jesseleite commented 5 years ago

Hmm, can't reproduce this one 🤔

Screen Capture on 2019-08-06 at 10-15-03

jasonvarga commented 5 years ago

Might be the yaml parser. Try adding yaml_parser: symfony to your settings.yaml

jasonvarga commented 5 years ago

Yep, that's it. If you change to the symfony parser ☝️ it fixes the issue.

pxwee5 commented 5 years ago

That worked, thanks. Hopefully no side effects.