- π³π±Netherlands Lendude Amsterdam
Going through (really) old issues to clean up the queue
Yup, --raw isn't that raw, its safe to use
If I include the body field in a view, there doesn't appear to be any way to get the safe summary as a replacement token.
Steps:
1. Create a website on simplytest.me using alpha14
2. Click manage
3. Click views
4. Click Add new view
5. View name test
6. Check Create a page
7. Click Save and edit
8. For show, click Content
9. Select Fields
10. Click Apply (all displays)
11. Click Apply
12. In the Fields section, click Add
13. In the search field, type body
14. Check Content: Body
15. Click Apply (all displays)
16. Expand Rewrite results
17. Check Override the output of this field with custom text
18. Click Replacement patterns
Actual results: Tokens available include the following for the body:
[body] == Body
[body-value] == Raw value
[body-summary] == Raw summary
[body-format] == Raw format
Expected results: Tokens available include the following for the body:
[body] == Body
[body-value] == Raw value
[body-summary] == Raw summary
[body-processed-summary] == Processed summary
[body-format] == Raw format
Closed: works as designed
11.0 π₯
views_ui.module
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Going through (really) old issues to clean up the queue
Yup, --raw isn't that raw, its safe to use