-
Notifications
You must be signed in to change notification settings - Fork 197
[SPIKE] Prototype targeted approach for config-driven tabs [WHIT-3351] #11410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,6 +58,10 @@ | |
| "translatable": false | ||
| } | ||
| } | ||
| }, | ||
| "attachments": { | ||
| "label": "Attachments", | ||
| "linked_to": "edition_attachments" | ||
| } | ||
| }, | ||
| "schema": { | ||
|
|
@@ -122,7 +126,6 @@ | |
| } | ||
| }, | ||
| "send_change_history": true, | ||
| "file_attachments_enabled": true, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think you're probably right that we can remove this. Just needs double-checking. The presence of the Attachments tab doesn't fully describe the attachments behaviour we want for the content type: historically we sometimes allow HtmlAttachment, sometimes not, sometimes allow InlineAttachment, sometimes not, etc. I know
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed. We will probably have to do something like this later on: "settings": {
"attachments": {
"file": true,
"html": false
}
}
|
||
| "organisations": null, | ||
| "backdating_enabled": true, | ||
| "history_mode_enabled": true, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can see why you went for 'linked tab', and why you considered 'external tab'.
Tbh I think 'hardcoded tab' is more expressive here (since they are!).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fairs