How to translate menu link lables in Drupal 8?

I've tested the new configuration translation system, but I don't understand how I can manage to translate the menu links that I've added.

This is what I've done:
- Installed Drupal 8.1.0-rc1
- Enabled configuration translation
- Add spanish language
- Add 2 links to the main navigation menu: "Link 1" and "Link 2"
- After I go to configuration translation and try to translate the main menu, this path:
admin/structure/menu/manage/main/translate/es/add
- But there I can only translate the Main menu lable and description.

Drupal 8 config/install Question

I'm currently working on a custom module to install a default Search API server. My custom module has a config/install setup, and as far as I can tell, that configuration IS getting imported into the database. However, the config isn't actually being applied to the Search API module.

8.x Minor Update Process?

I am experiencing problems updating from 8.05 to 8.06. The 8.06 core/upgrade.txt says:

3. Remove the 'core' and 'vendor' directories. Also remove all of the files in the top-level directory, except any that you added manually.

4. Download the latest Drupal 8.x.x ... and copy the files into your Drupal directory.

Presumably (4) actually means:

4. Download the latest Drupal 8.x.x ... and copy the 'core' and 'vendor' directories and all of the files in the top-level directory into your Drupal directory.

D8 - Cannot enable CKEditor

Hello folks,

I'm rewriting some custom modules and themes in order to migrating from D7 to D8.

I though the problem was on the module code but it's working as should.
I've only got the following error on Apache logs in text profiles where CKeditor was enabled:

301 htaccess

Hi there,

I have added some re-write rules to my new site, the primary domain was changed as well as the page structure.

I added the following immediately after the line "# Various rewrite rules." but it seems to be ignoring the page rewrite rules. Can anyone see what is wrong here?


RewriteEngine on

Why won't Drupal 8 use the jQuery after command to place an iframe on the page?

Here is my relevant code:

(function($, Drupal) {
  Drupal.behaviors.test = {
    attach: function (context, settings) {
      $('#test-tag', context).once('addIframe', function() {
        $('#tag-for-field-element-that-is-under-test-tag', context).after('<iframe height="700" id="iframe" src="/sites/default/files/Test.pdf" width="550"></iframe>');
      });
    }
  };
})(jQuery, Drupal);

This is my iso.libraries.yml file:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x