added pathauto, refactored article to load gql directly from path, the vuejs route and drupal route can finally match, HALLELUYA git status

This commit is contained in:
2020-12-24 17:11:51 +01:00
parent ee97e675e3
commit 78155f83b8
12 changed files with 220 additions and 181 deletions

View File

@@ -0,0 +1,22 @@
uuid: 5fdb800c-8953-42ec-b3c3-a1bdd8ff2817
langcode: en
status: true
dependencies:
module:
- node
id: blabla_article_
label: 'blabla/article '
type: 'canonical_entities:node'
pattern: 'blabla/[node:title]'
selection_criteria:
d0ad31d5-4ed3-40f7-84ed-297271c60fc7:
id: node_type
bundles:
article: article
negate: false
context_mapping:
node: node
uuid: d0ad31d5-4ed3-40f7-84ed-297271c60fc7
selection_logic: and
weight: -5
relationships: { }

View File

@@ -0,0 +1,55 @@
enabled_entity_types:
- user
punctuation:
double_quotes: 0
quotes: 0
backtick: 0
comma: 0
period: 0
hyphen: 1
underscore: 0
colon: 0
semicolon: 0
pipe: 0
left_curly: 0
left_square: 0
right_curly: 0
right_square: 0
plus: 0
equal: 0
asterisk: 0
ampersand: 0
percent: 0
caret: 0
dollar: 0
hash: 0
at: 0
exclamation: 0
tilde: 0
left_parenthesis: 0
right_parenthesis: 0
question_mark: 0
less_than: 0
greater_than: 0
slash: 0
back_slash: 0
verbose: true
separator: '-'
max_length: 100
max_component_length: 100
transliterate: true
reduce_ascii: false
case: true
ignore_words: 'a, an, as, at, before, but, by, for, from, is, in, into, like, of, off, on, onto, per, since, than, the, this, that, to, up, via, with'
update_action: 2
langcode: fr
safe_tokens:
- alias
- alias
- path
- join-path
- login-url
- url
- url-brief
_core:
default_config_hash: QDedIRjSYDH1ZiuQZ1LIkF9_wOwsokd_Cidr-mXA25E

View File

@@ -0,0 +1,16 @@
uuid: 455dc6bb-c7a5-4e86-83e7-2bd8bc7619b4
langcode: en
status: true
dependencies:
enforced:
module:
- node
module:
- pathauto
_core:
default_config_hash: lno8QThS348UX-kaUsagJtCnuPHKLXYnTQiF_9HSDWA
id: pathauto_update_alias_node
label: 'Update URL alias'
type: node
plugin: pathauto_update_alias
configuration: { }

View File

@@ -0,0 +1,16 @@
uuid: 8ead36aa-aaf2-4a9f-a87f-addc4992695d
langcode: en
status: true
dependencies:
enforced:
module:
- user
module:
- pathauto
_core:
default_config_hash: x_ok_ZsfA4Xk4B_hVW3O4-3PcNoK57nXLz_Dlletidg
id: pathauto_update_alias_user
label: 'Update URL alias'
type: user
plugin: pathauto_update_alias
configuration: { }