Skripte v podfolder, config export, dodan jsonapi meni modul
parent
c172535291
commit
564c6c29b3
|
@ -44,7 +44,7 @@ Nato poženemo izgrajevalnik / strežnik:
|
||||||
|
|
||||||
### Uvoz testne vsebine
|
### Uvoz testne vsebine
|
||||||
|
|
||||||
`./uvozi-vsebino.sh`
|
`./skripte/uvozi-vsebino.sh`
|
||||||
|
|
||||||
Dodatne testne vsebine lahko definiramo v modulu `yufu_data`, v poddirektoriju `content`. Pazit moramo na ime - vsak fajl se mora končati s `.content.yml`.
|
Dodatne testne vsebine lahko definiramo v modulu `yufu_data`, v poddirektoriju `content`. Pazit moramo na ime - vsak fajl se mora končati s `.content.yml`.
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@ module:
|
||||||
comment: 0
|
comment: 0
|
||||||
config: 0
|
config: 0
|
||||||
config_translation: 0
|
config_translation: 0
|
||||||
content_as_config: 0
|
|
||||||
contextual: 0
|
contextual: 0
|
||||||
datetime: 0
|
datetime: 0
|
||||||
dblog: 0
|
dblog: 0
|
||||||
|
@ -25,6 +24,8 @@ module:
|
||||||
history: 0
|
history: 0
|
||||||
image: 0
|
image: 0
|
||||||
jsonapi: 0
|
jsonapi: 0
|
||||||
|
jsonapi_menu_items: 0
|
||||||
|
jsonapi_resources: 0
|
||||||
language: 0
|
language: 0
|
||||||
link: 0
|
link: 0
|
||||||
locale: 0
|
locale: 0
|
||||||
|
@ -40,6 +41,7 @@ module:
|
||||||
path_alias: 0
|
path_alias: 0
|
||||||
search: 0
|
search: 0
|
||||||
serialization: 0
|
serialization: 0
|
||||||
|
single_content_sync: 0
|
||||||
system: 0
|
system: 0
|
||||||
taxonomy: 0
|
taxonomy: 0
|
||||||
text: 0
|
text: 0
|
||||||
|
@ -47,6 +49,7 @@ module:
|
||||||
update: 0
|
update: 0
|
||||||
user: 0
|
user: 0
|
||||||
views_ui: 0
|
views_ui: 0
|
||||||
|
yaml_content: 0
|
||||||
content_translation: 10
|
content_translation: 10
|
||||||
views: 10
|
views: 10
|
||||||
minimal: 1000
|
minimal: 1000
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: F--1EKAki5zF_jdKTc4ZLmgN89WJ2SDrMOkwbqj06-Y
|
||||||
|
allowed_entity_types:
|
||||||
|
block_content: { }
|
||||||
|
media: { }
|
||||||
|
menu_link_content: { }
|
||||||
|
node: { }
|
||||||
|
taxonomy_term: { }
|
||||||
|
site_uuid_check: true
|
|
@ -0,0 +1,13 @@
|
||||||
|
uuid: 4eb27688-3e78-463d-8334-eef1c071d827
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- single_content_sync
|
||||||
|
_core:
|
||||||
|
default_config_hash: h64R0kZquzABmTQ3k2X7VbJJvANnn0p3ubKUYNtQj8s
|
||||||
|
id: content_bulk_export
|
||||||
|
label: 'Export content'
|
||||||
|
type: node
|
||||||
|
plugin: content_bulk_export
|
||||||
|
configuration: { }
|
Loading…
Reference in New Issue