Skip to content

Conversation

romainpi
Copy link
Contributor


Hello there!

Patch

A small patch that does two things:

  1. Hides (by default) the lexicalHTMLField from the list columns (the same way lexicalHTMLField has admin.hidden set to true by default).
  2. Allows you to set admin.disableListColumn to false (the same way lexicalHTMLField allows you to set admin.hidden to false).

Why

  • Because having the converted html code in the collecion list on by default can look jarring.
  • I am able to set admin.disableListColumn for the richtext field but not for the corresponding _html field.

Suggestion

Suggestion: Adding the whole admin: FieldAdmin property to lexicalHTMLField sounds like a simple way to reduce redundancy and allow us to do things like show the field on the sidebar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant