Add image-style config
All threads resolved!
All threads resolved!
Closes #3468348
Merge request reports
Activity
- Resolved by Roderik Muit
- Resolved by Roderik Muit
About applying it in build:
- Modify FileCeFieldFormatter::getFieldItemProperties() to output image style URL instead, in 'url'
- See LupusImageHelper line 479 and work back from there
- Make any helper functions for this purpose in the formatter private (not protected). That way we can delete them later without thinking about compatibility. Reason: I suspect we may want to add more code later, which adds all the other relevant data properties. And that may end up being in a separate ImageHelper class? But that's probably not for this issue, I guess.
- Resolved by Roderik Muit
added 1 commit
- ff967135 - Fix PHP warnings for unknown array keys; add some dots to summary lines.
added 18 commits
-
591dd8b8 - 1 commit from branch
project:3.x
- 591dd8b8...e7350cbd - 7 earlier commits
- 3f3df431 - phpcs
- e0c1dd4d - changes by feedback
- da0856d2 - missing functionality by feedback
- 01c78f27 - throwing exception
- 85f27dc0 - phpcs
- 5084addd - adding extra check
- d5b8480e - tiny fix
- 3ad542e8 - phpcs
- 3115d6b2 - fix bad code
- 071f44b7 - Fix PHP warnings for unknown array keys; add some dots to summary lines.
Toggle commit list-
591dd8b8 - 1 commit from branch
Please register or sign in to reply