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

The Json for article images is incorrect #45

Open
obuisard opened this issue Dec 19, 2024 · 0 comments
Open

The Json for article images is incorrect #45

obuisard opened this issue Dec 19, 2024 · 0 comments

Comments

@obuisard
Copy link
Contributor

Json for images is not properly generated.

Example of what we get:

{"image_intro":/var/www/html/2020/03/BAPHlogo.png,"image_intro_alt":BAPHlogo,"float_intro":"","image_intro_caption":,"image_fulltext":/var/www/html/2020/03/BAPHlogo.png,"image_fulltext_alt":BAPHlogo,"float_fulltext":"","image_fulltext_caption":}

What we should get:

{"image_intro":"/var/www/html/2020/03/BAPHlogo.png","image_intro_alt":"BAPHlogo","float_intro":"","image_intro_caption":"","image_fulltext":"/var/www/html/2020/03/BAPHlogo.png","image_fulltext_alt":"BAPHlogo","float_fulltext":"","image_fulltext_caption":""}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant