opencontent/ocinstaller

Opencontent Installer

dev-master 2024-02-26 17:21 UTC

This package is auto-updated.

Last update: 2024-03-26 17:29:11 UTC


README

Descrizione..

installer.yml

name: 'Product name'
version: 1.0.0
variables:
  - name: foo
    value: 'bar'
  - name: other_foo
    value: 'other beer'    
steps:
  - type: <step_type>
    identifier: my_step
    condition: true
    current_version_lt: 1.0.0
    current_version_le: 1.0.0
    current_version_eq: 1.0.0
    current_version_ge: 1.0.0
    current_version_gt: 1.0.0
    ignore_error: false
    my_step_parameter: ...
    my_step_other_parameter: ...

Step type

Stati

  - type: state
    identifier: privacy
    
  - type: states
    identifiers:
      - moderation
      - privacy
       
  - type: change_state
    identifier: default 

Sezioni

  - type: section
    identifier: intranet
    
  - type: sections
    identifiers:
      - intranet
      - restricted
  - type: change_section
    identifier: default      

Classi

  - type: class
    identifier: folder
    
  - type: classextra
    identifier: pagina_sito
    
  - type: class_with_extra
    identifier: folder

Contenuti

  - type: contenttree
    identifier: ExampleData

  - type: content
    identifier: Example
    
  - type: patch_content    
    identifier: content_remote_id
    attributes:
      name: 'New patched name'
    sort_data:
      sort_field: 9
      sort_order: 1
      priority: 20

Ruoli

  - type: role
    identifier: Anonymous
    apply_to:
      - $anonymous_user

Recaptcha

  - type: openparecaptcha
    public: $recaptcha_public
    private: $recaptcha_private
    condition: $is_install_from_scratch
  - type: openparecaptcha_v3
    public: $recaptcha_v3_public
    private: $recaptcha_v3_private
    condition: $is_install_from_scratch  

Workflow

  - type: workflow
    identifier: Post-pubblicazione
    trigger:
      module: content
      function: publish
      connection_type: after

Tag

  - type: tagtree_csv
    identifiers:
      - csv_filename_1_without_extension
      - csv_filename_2_without_extension

  - type: tagtree
    identifier: Tag-tree-example

  - type: add_tag    
    identifier: Example_Tag
    parent: tag(Path/To/Parent/Tag)
    tags:
      - keyword: Esempio
        locale: ita-IT
        alwaysAvailable: true
        synonyms: { }
        keywordTranslations:
          ita-IT: Esempio
          eng-GB: Example
          
  - type: remove_tag
    parent: 'tag(Path/To/Parent/Tag)'
    tags:
      - keyword: 'Tag obsoleto'
        locale: ita-IT
        alwaysAvailable: true
        synonyms: { }
        keywordTranslations:
          ita-IT: 'Tag obsoleto'

  - type: rename_tag
    tag: 'tag(Path/To/Tag/To/Raname)'
    keywords:
      ita-IT: 'Nuovo nome'
      
  - type: move_tag    
    new_parent: 'tag(Path/To/New/Parent)'
    tags:
      - keyword: 'Tag da spostare'
        locale: ita-IT
        alwaysAvailable: true
        synonyms: { }
        keywordTranslations:
          ita-IT: 'Tag da spostare'

  - type: tag_description
    identifier: Example
    root: 'tag(Path/To/Parent/Tag)'
    locale: ita-IT

Sql

  - type: sql
    identifier: sql_filename
    
  - type: sql_copy_from_tsv
    identifier: tsv_filename_without_extension
    table: table_name        

Reindicizzazione

  - type: reindex
    identifier: content_class_dentifier

Argomenti deprecati

  - type: deprecate_topic
    identifier: topic_remote_id_1
    target: topic_remote_id_2_where_all_relations_are_remapped
    move_in: $parent_node_id