Help me with the Composerize Module

I need your help with composerize module. I don't know how to use this module. I am searching in drupal.org but i don't find anything.

D8: translation yml creation (like potx)

Hi!

Is there a project for translation file creating (.yml)? Like potx.

Or I need make manually the .yml lang file?

for example:

# mymodule.hu.yml:
"Original English text": "Translated text"

Or can I convert my .po to yml? The translation-toolkit does not work (in Linux distros).

Custom field not appearing in field list Drupal 8

I have created a custom field programatically and installed the module. Upon module installation the field should appear in the add field list. But my field name is not appearing in that list. I have made this after watching tutorials in those tutorials the name is showing but not mine. I am sharing the code kindly tell me what I am doing wrong.

Code of .info.yml file

Ckeditor (drupal 8) : unable to use Allowed content Rules

Hi,

When using Ckeditor text inputs, I want to keep <span> tags ONLY if they have specific classes or IDs.

Keep span: <span class="foo">text sample</span>
Keep span : <span id="foo">text sample</span>
Remove span : <span>text sample</span> -> text sample

[D8] Move Modules/Themes To Different Sub-Folder

Hi,

  1. I've create my Drupal project using the Drupal Composer Template Project,
  2. Installed a purchased Drupal theme, which contains custom modules and theme to web/[themes,modules]/contrib/
  3. By default .gitignore web/themes/contrib is excluded so these non-Composer custom mods/themes are excluded from git

How do I move/separate these custom modules/themes from the Composer-managed themes/modules to web/[themes,modules]/custom so I can add them to my git repo?

Cannot access site after logout

Working with Drupal 8.6.1 using Context and Group modules. I am trying to conditionally display different main menus in the primary menu block (theme is Bartik) using 2 different contexts, one for Authenticated users and one for anonymous users. I created a basic page to be shown as a menu entry for the authenticated users menu but not for the  anonymous users one. When I clicked on 'Back to site' from the admin pages I received the following error

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x