Description of the need
While working on https://github.com/backdrop/backdrop-issues/issues/2949 I wanted the ability to add field tokens to only the bundles where the fields were used. But AFAICT there is not currently any way to add token info for a specific bundle.
I don't remember this being a problem in Drupal, but I couldn't find any similar issues where this has already been solved.
Proposed solution
In hook_token_info()
:
* Add a new (optional) 'sub_types' key to the types
associative array. This key would define another associative array containing sub types of tokens (bundle names, for example).
* Add a new (optional) 'sub_types' key for each token defined in the associative array of tokens
.
These sub_types can later be used to limit the availability of those tokens, perhaps in the token browser UI.
On the URL Alias Patterns page, we could provide a specific browser for each alias type. The browser for Post
, for example, would include all the tokens for Post fields, but none of the tokens for Page fields. The browser for the general Content
alias type would be the same one we have now (with all the possible options - including some that may not exist).
Content returned from hook_token_info() could look something like this:
function node_token_info() {
$types = array(
'node' => array(
'name' => t('Content'),
'description' => t('Tokens related to individual pieces of content, or "nodes".'),
'needs-data' => 'node',
'sub_types' => array('page', 'post', 'book'),
),
...
);
...
}
function book_token_info() {
$info['tokens']['node']['book'] = array(
'name' => t('Book'),
'description' => t('The book page associated with the node.'),
'type' => 'menu-link',
'sub_types' => array('book'),
);
return $info;
}
Alternatives that have been considered
- ?
Additional information
Draft of feature description for Press Release (1 paragraph at most)
Backdrop now includes subtypes for tokens.
Recent comments
Why not insert the script using a custom block at the very top of the page, <header>? Who said that it won't work correctly if you don't place it in the <head>? Especially...
Google tag and event snippet on the conversion page
You can use https://statichost.host for hassle free static experience.
Generate a Static Site
that was the first thing i tried, but thanks. i cannot see css file changes without clearing the css/js cache. for that reason i have been adding css snippets (<style> tags) into my...
Bandwidth optimization settings