178

Product support

Get help in the plugin support forum.

  • Added on Nov 7, 2023
  • Current version: 1.0.2
  • Platform Compatibility
    v3.x use latest
    v2.x use latest
    v1.x not tested
  • Created by

Categories

Plugin to creating portfolio

This plugin allows to create so sections as educations, work expiriences, projects, skills, technologies and user information.

This plugin get you data for any section by means of components.

Plugin supports multisite.

You are allows next components technologies, educations, experiences, skills, projects. All components have method items for getting all section items.

{% for post in educations.items %}
    {{ post }}
{% endfor %}

For getting user information supports array "settings" with next keys: birthday, country, city, email, phone, resume_file, avatar, about, socials.

{{ settings.country }}

Plugin to creating portfolio

This plugin allows to create so sections as educations, work expiriences, projects, skills, technologies and user information.

This plugin get you data for any section by means of components.

Plugin supports multisite.

You are allows next components technologies, educations, experiences, skills, projects. All components have method items for getting all section items.

{% for post in educations.items %}
    {{ post }}
{% endfor %}

For getting user information supports array "settings" with next keys: birthday, country, city, email, phone, resume_file, avatar, about, socials.

{{ settings.country }}
1.0.2

Adding migrations

Nov 06, 2023

1.0.1

First version of Portfolio

Nov 06, 2023