drupal-path-aliases

Intellisense for module-alias Package

こ雲淡風輕ζ 提交于 2020-01-03 18:02:41
问题 I am using this npm module ( module-alias ) https://www.npmjs.com/package/module-alias in my Node project. To make use of this package you have to set path aliases in the package.json file. However, using this package comes with the disadvantage, that intellisense doesn't work anymore. My question is how to enable intellisense with those path aliases? 来源: https://stackoverflow.com/questions/53693686/intellisense-for-module-alias-package

I want to use the question mark in the auto-generated path aliases

五迷三道 提交于 2019-12-11 22:12:53
问题 I want to use the question mark the automatically generated path aliases, but when I write the question mark, it is changed to %3f. How can I fix this? 回答1: The URL you are trying to use appears to be used as a proper delimiter of path vs. query string. You should not attempt to add the question mark yourself, but instead implement the section after the question mark as query string. For example: l(t('My Link'), 'campaign/resurfacing-seminar', array( 'query' => array( 'campid' =>