Comment to Adding comments to photos in photos app
I added the service block and added the code:
array (
'module' => 'bx_photos',
'method' => 'entity_comments',
After I hit save, I just see this (image attached). It doesn't save. Just continues to load.
B
Sorry, found what is wrong. The code has been inserted and looked fine form my side, during the editing. See the corrected variant:
array (
'module' => 'bx_photos',
'method' => 'entity_comments',
)
It works! Good job. Thank you.