php - Add field to screen "New content type" in drupal -


i have drupal app , want have field checkbox, so, when create/edit content type, appears title , description, , if check it, of nodes type have field checked. ideas? thank in advance

please go form want add field.

view source, form_id there.

get form_id use in 1 of following form alter hooks.

alter form using hook_form_alter or hook_form_form_id_alter


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -