Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create custom page or content block for "Training" #4

Closed
imprima opened this issue Jan 14, 2021 · 3 comments · Fixed by #24
Closed

Create custom page or content block for "Training" #4

imprima opened this issue Jan 14, 2021 · 3 comments · Fixed by #24
Assignees
Labels
enhancement New feature or request

Comments

@imprima
Copy link
Member

imprima commented Jan 14, 2021

Page_Training

@imprima imprima added the enhancement New feature or request label Jan 14, 2021
@imprima imprima changed the title Create custom page for "Training" Create custom page or content block for "Training" Dec 22, 2022
@imprima
Copy link
Member Author

imprima commented Dec 22, 2022

Currently, the gray background color of the training units is realized with custom HTML entered in the editor:

<article class="h-100">
    <div class="alert alert-light h-100">
        <!-- Formatted HTML content goes here -->
    </div>
</article>

The result looks like so:
image

The custom HTML is not visible in the WYSIWYG view of the editor, with the risk of being deleted by mistake. This leads to missing background.
image

A custom Content block that allows you to easily set the background color would be handy.

@axunonb
Copy link
Member

axunonb commented Dec 22, 2022

So, something like this?

Editor:

image

Result:

image

@axunonb
Copy link
Member

axunonb commented Dec 22, 2022

Btw. There is an Emoji database which also includes symbols/icons: https://emojidb.org/
These emojis can be copied and inserted in the content editor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants