I was looking for [node:sticky] but can't find this in D8. Same goes for [node:promoted] (promoted to front page). Are these tokens available in D8? Were they removed / not added for some reason? I am unsure this is a bug, feature request, or support request honestly. Just baffled that [node:sticky] does not appear to exist in D8.

Comments

caspervoogt created an issue.

Berdir’s picture

I suspect those were added by entity_tokens in 7.x, neither token module nor node.module in core defined them in 7.x

The current decision in token is to not expose base field tokens if the token type (=node) is not defined by us. We do this to avoid confusing duplicate tokens with different names (e.g. node:uid vs node:author). I guess we could add those two in token.module if there are use cases for them.