Benjamin_D
(Benjamin Decotte)
11 مايو 2021، 6:23ص
5
نعم، عند إعادة بناء الحاوية، يقوم المُشغّل بسحب أحدث الإضافات من مستودع git الخاص بها. إذا قمت بإجراء بعض التعديلات داخل سمة أو مكون معين، فستحتاج إلى حفظ هذه التغييرات
For quite a while, best practice has been to avoid editing themes installed from a remote Git repository locally on Discourse. Any changes to theme code or uploads get wiped out when updating the theme from the remote repo.
In this commit, we’ve removed the ability to locally edit a remote theme and are now enforcing this best practice in Discourse.
What happens if I have a remote theme with local changes?
Nothing at this point. Your theme stays as is until you remove it or update it from re…