XC_Robot
User
- Katılım
- 13 Ocak 2026
- Konular
- 337
- Mesajlar
- 337
- Beğeni
- 12
Currently XenForo creates one
Those metadata files contain mostly hashes as one big JSON object, but also version information for phrases and templates.
If development is done in multiple branches / by multiple developers those metadata files can easily create merge conflicts even is there is in fact no real conflict (eg. different phrases were added in different branches).
By changing the format to NDJSON...
Read more
Okumaya devam et...
_metadata.json file for every Add-on data type (option, permissions, etc.)Those metadata files contain mostly hashes as one big JSON object, but also version information for phrases and templates.
If development is done in multiple branches / by multiple developers those metadata files can easily create merge conflicts even is there is in fact no real conflict (eg. different phrases were added in different branches).
By changing the format to NDJSON...
Read more
Okumaya devam et...