Skip to content

Allow for slides with no href PoC - #42

Open
danalvrz wants to merge 2 commits into
mainfrom
no-link-slide-poc
Open

Allow for slides with no href PoC#42
danalvrz wants to merge 2 commits into
mainfrom
no-link-slide-poc

Conversation

@danalvrz

Copy link
Copy Markdown
Contributor

No description provided.

@danalvrz
danalvrz requested review from sneridagh and tisto January 15, 2024 23:18
@danalvrz
danalvrz marked this pull request as ready for review January 15, 2024 23:18

#: components/schema
# defaultMessage: Headtitle
msgid "Headtitle"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a breaking change, and we need to at least copy over the existing translations

</Message>
)}
{href && (
{(href || image) && (

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The condition is confusing, although meaning the same as the above one, it's not the same negated. Could we unify them? Or use a ternary.

Comment thread src/components/schema.js
head_title: {
id: 'Headtitle',
defaultMessage: 'Headtitle',
kicker: {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

breaking change

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.

2 participants