feat: Added placeholder docfield, customize form field, and custom field by shariquerik [frappe] PR#27924
From: https://github.com/frappe/frappe/pull/27924
Date: 2024-09-28 21:11:46+05:30
- feat: Added placeholder docfield, customize form field, and custom field
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27924
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27924
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease