mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
add dev tips for watching a field
This commit is contained in:
parent
a271072f23
commit
f70d3ef0b2
@ -110,6 +110,20 @@ Add those file under `chill_custom_fields` section :
|
|||||||
* The class, which is a full FQDN class path
|
* The class, which is a full FQDN class path
|
||||||
|
|
||||||
|
|
||||||
|
Development tips
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
If you want to test the rendering of a custom fields group, you may use this method :
|
||||||
|
|
||||||
|
1. Run the built-in server **from the custom-fields directory** :
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
./run-server.sh
|
||||||
|
|
||||||
|
2. assuming that your custom fields id is `1`, go to your navigator and enter url : `http://localhost:8000/customfieldsgroup/test/render/2`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. glossary::
|
.. glossary::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user