Skip to content

Commit

Permalink
Addons API: return FTD enabled/disabled based on addons config (#11963)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Jan 29, 2025
1 parent caa9fa2 commit 7a3a718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/proxito/views/hosting.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def _v1(self, project, version, build, filename, url, request):
},
},
"filetreediff": {
"enabled": False,
"enabled": project.addons.filetreediff_enabled,
},
},
}
Expand Down

0 comments on commit 7a3a718

Please sign in to comment.