This is followup of #2029405: Write configuration schema for node types.
Problem with saving the configuration values for "Content type settings". Followings are my observations,

Actual configuration settings

status: status
promote: promote
sticky: sticky
revision: revision

Expected configuration settings

status: 1
promote: 1
sticky: 0
revision: 0

Comments

heather’s picture

I replicated this bug.

  1. Make a new content type.
  2. Leave the option "sticky" unchecked.
  3. Save new content type.
  4. node/add/ content of that type.
  5. Sticky is selected!

But is the feature getting removed altogether?

#197460: Replace "Sticky at top of lists" with a more meaningful equivalent

swentel’s picture